summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-08 22:29:21 -0600
committerKarl Williamson <khw@cpan.org>2015-03-09 09:37:08 -0600
commita2917a7e6fef2fa2027199f241df86589c5a75f6 (patch)
tree3acf09dae49bc53f9149f868d2bbaade299ed81a
parentef9d5242d3ebebaa273eaaaf24138e38db8939b2 (diff)
downloadperl-a2917a7e6fef2fa2027199f241df86589c5a75f6.tar.gz
lib/locale.t: White-space only
Indent inside new block formed in the previous commit.
-rw-r--r--lib/locale.t16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/locale.t b/lib/locale.t
index 9238290545..3f37457036 100644
--- a/lib/locale.t
+++ b/lib/locale.t
@@ -1907,14 +1907,14 @@ foreach my $Locale (@Locale) {
$ok21 = 1;
if (locales_enabled('LC_MESSAGES')) {
- foreach my $err (keys %!) {
- no locale;
- use Errno;
- $! = eval "&Errno::$err"; # Convert to strerror() output
- my $strerror = "$!";
- if ("$strerror" =~ /\P{ASCII}/) {
- $ok21 = 0;
- last;
+ foreach my $err (keys %!) {
+ no locale;
+ use Errno;
+ $! = eval "&Errno::$err"; # Convert to strerror() output
+ my $strerror = "$!";
+ if ("$strerror" =~ /\P{ASCII}/) {
+ $ok21 = 0;
+ last;
}
}
}