diff options
author | Richard Jones <rjones@redhat.com> | 2010-03-12 16:23:46 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-03-12 16:23:46 +0000 |
commit | 369872b91ed50e2803dc2837183258776e9868e0 (patch) | |
tree | c408ee97f225e966dbd98e31eaa13e20b177f12c /contrib/guestfsd-in-wine.sh | |
parent | ffa3af3b5dd234012f9f4b9c28d483ff371f0ecc (diff) | |
download | libguestfs-369872b91ed50e2803dc2837183258776e9868e0.tar.gz libguestfs-369872b91ed50e2803dc2837183258776e9868e0.tar.xz libguestfs-369872b91ed50e2803dc2837183258776e9868e0.zip |
Tab to space (whitespace fixes only).
Diffstat (limited to 'contrib/guestfsd-in-wine.sh')
-rwxr-xr-x | contrib/guestfsd-in-wine.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/guestfsd-in-wine.sh b/contrib/guestfsd-in-wine.sh index aa5b4823..85146eb2 100755 --- a/contrib/guestfsd-in-wine.sh +++ b/contrib/guestfsd-in-wine.sh @@ -97,8 +97,8 @@ fi append= while [ $# -gt 0 ]; do if [ $1 = "-append" ]; then - append="$2" - shift + append="$2" + shift fi shift done |