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.
This commit is contained in:
Jim Meyering
2009-09-24 09:24:55 +02:00
committed by Jim Meyering
parent 275b0db961
commit dc0c80b388
4 changed files with 30 additions and 30 deletions

View File

@@ -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) {