This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Reduce too-large indent
authorKarl Williamson <khw@cpan.org>
Sun, 11 Mar 2018 20:48:38 +0000 (14:48 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 12 Mar 2018 16:22:01 +0000 (10:22 -0600)
locale.c

index 85ca1b8..cf37173 100644 (file)
--- a/locale.c
+++ b/locale.c
@@ -825,7 +825,7 @@ S_emulate_setlocale(const int category,
             }
 
             if (! default_name || strEQ(default_name, "")) {
-                    default_name = "C";
+                default_name = "C";
             }
             else if (PL_scopestack_ix != 0) {
                 SAVEFREEPV(default_name);