Skip to content

Commit 072a106

Browse files
committed
run/locale.t: Convert a couple tabs to blanks
1 parent e5a47aa commit 072a106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/run/locale.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use warnings;
1717
BEGIN {
1818
eval { require POSIX; POSIX->import("locale_h") };
1919
if ($@) {
20-
skip_all("could not load the POSIX module"); # running minitest?
20+
skip_all("could not load the POSIX module"); # running minitest?
2121
}
2222
}
2323
use Config;
@@ -685,7 +685,7 @@ SKIP: { # GH #20054
685685
skip "Even illegal locale names are accepted", 1
686686
if $Config{d_setlocale_accepts_any_locale_name}
687687
&& $Config{d_setlocale_accepts_any_locale_name} eq 'define';
688-
688+
689689
my @lc_all_locales = find_locales('LC_ALL');
690690
my $locale = $lc_all_locales[0];
691691
skip "LC_ALL not enabled on this platform", 1 unless $locale;

0 commit comments

Comments
 (0)