From fc81f5f28c678b1064c14fcf056ef290321bd886 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 15 Aug 2013 12:38:19 -0600 Subject: [PATCH] lib/locale.t: White-space only Properly indent because of newly formed block --- lib/locale.t | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/locale.t b/lib/locale.t index 5803405..91dd64c 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -1020,16 +1020,16 @@ foreach $Locale (@Locale) { undef @f; $test_names{$locales_test_number} = 'Verify that [:digit:] (if is 10 code points) is a subset of [:xdigit:]'; if (@Digit_ == 10) { - for (map { chr } 0..255) { - if ($is_utf8_locale) { - use locale ':not_characters'; - push @f, $_ if /[[:digit:]]/ and ! /[[:xdigit:]]/; - } - else { - push @f, $_ if /[[:digit:]]/ and ! /[[:xdigit:]]/; + for (map { chr } 0..255) { + if ($is_utf8_locale) { + use locale ':not_characters'; + push @f, $_ if /[[:digit:]]/ and ! /[[:xdigit:]]/; + } + else { + push @f, $_ if /[[:digit:]]/ and ! /[[:xdigit:]]/; + } } } - } report_multi_result($Locale, $locales_test_number, \@f); ++$locales_test_number; -- 2.7.4