diff options
author | Jim Meyering <meyering@vv.meyering.net.meyering.net> | 2009-09-24 09:24:55 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-24 10:59:53 +0200 |
commit | dc0c80b3884c5fa2735b55b205e7406599bd77b0 (patch) | |
tree | 313cc2a3e39a8ad017b7f7de26585f294da92ac1 /rescue | |
parent | 275b0db9619b38a734c4718eec5645536ecc90a0 (diff) | |
download | libguestfs-dc0c80b3884c5fa2735b55b205e7406599bd77b0.tar.gz libguestfs-dc0c80b3884c5fa2735b55b205e7406599bd77b0.tar.xz libguestfs-dc0c80b3884c5fa2735b55b205e7406599bd77b0.zip |
maint: use spaces, not TABs for indentation
"make syntax-check" was failing. This fixes it.
* HACKING: Indent with spaces, not TABs.
* configure.ac: Likewise.
* rescue/virt-rescue: Likewise.
* src/generator.ml: Likewise.
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/virt-rescue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/virt-rescue b/rescue/virt-rescue index a44940d5..9ad2fa4f 100755 --- a/rescue/virt-rescue +++ b/rescue/virt-rescue @@ -111,7 +111,7 @@ Open the image read-only. GetOptions ("help|?" => \$help, "version" => \$version, "connect|c=s" => \$uri, - "ro|r" => \$readonly, + "ro|r" => \$readonly, ) or pod2usage (2); pod2usage (1) if $help; if ($version) { |