Convert all TABs-as-indentation to spaces.
[libguestfs.git] / perl / t / 500-lib-load.t
index de928ae..7ce28c6 100644 (file)
@@ -23,10 +23,10 @@ BEGIN {
 
     eval "use Locale::TextDomain";;
     if (exists $INC{"Locale/TextDomain.pm"}) {
-       plan tests => 1;
+        plan tests => 1;
     } else {
-       plan skip_all => "no perl-libintl module";
-       exit 0;
+        plan skip_all => "no perl-libintl module";
+        exit 0;
     }
 }