Convert all TABs-as-indentation to spaces.
[libguestfs.git] / perl / t / 510-lib-file-arch.t
index b0a96e9..c4b9d31 100644 (file)
@@ -22,10 +22,10 @@ BEGIN {
     use Test::More;
     eval "use Locale::TextDomain";;
     if (exists $INC{"Locale/TextDomain.pm"}) {
-       plan tests => 17;
+        plan tests => 17;
     } else {
-       plan skip_all => "no perl-libintl module";
-       exit 0;
+        plan skip_all => "no perl-libintl module";
+        exit 0;
     }
 }