t/run/locale.t: White-space only
authorKarl Williamson <public@khwilliamson.com>
Tue, 24 Dec 2013 05:03:46 +0000 (22:03 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 4 Jan 2014 20:33:06 +0000 (13:33 -0700)
Indent because of new block introduced in the previous commit

t/run/locale.t

index 63a6973..5a6d875 100644 (file)
@@ -51,14 +51,14 @@ EOF
 {
     local $ENV{LC_NUMERIC};
     local $ENV{LC_ALL}; # so it never overrides LC_NUMERIC
-fresh_perl_is("for (qw(@locales)) {\n" . <<'EOF',
-    use POSIX qw(locale_h);
-    use locale;
-    my $in = 4.2;
-    my $s = sprintf "%g", $in; # avoid any constant folding bugs
-    next if $s eq "4.2";
-    print "$_ $s\n";
-}
+    fresh_perl_is("for (qw(@locales)) {\n" . <<'EOF',
+        use POSIX qw(locale_h);
+        use locale;
+        my $in = 4.2;
+        my $s = sprintf "%g", $in; # avoid any constant folding bugs
+        next if $s eq "4.2";
+        print "$_ $s\n";
+    }
 EOF
     "", {}, "LC_NUMERIC without environment nor setlocale() has no effect in any locale");
 }