Fix checking of generator being run from the right directory.
[libguestfs.git] / inspector / virt-inspector.pl
index 66b1553..3557a38 100755 (executable)
@@ -968,7 +968,7 @@ elsif ($output eq "perl") {
 elsif ($output eq "yaml") {
     die "virt-inspector: no YAML support\n"
        unless exists $INC{"YAML/Any.pm"};
-    
+
     print Dump(\%oses);
 }