mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
committed by
Jim Meyering
parent
275b0db961
commit
dc0c80b388
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user