Skip to content

Commit

Permalink
locale.c: Outdent previous commit
Browse files Browse the repository at this point in the history
The previous commit kept the indentation level the same as it moved code
to a new function, even though an outer block was stripped off in the
process.  This was to minimize diff output.  This commit is white space
only.
  • Loading branch information
khwilliamson committed May 6, 2021
1 parent 76e3be2 commit 18c4145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions locale.c
Expand Up @@ -527,9 +527,9 @@ S_my_querylocale_i(pTHX_ const unsigned int index)
* can't use it */ \
&& ! defined(SETLOCALE_ACCEPTS_ANY_LOCALE_NAME)
{
/* Internal glibc for querylocale(), but doesn't handle
* empty-string ("") locale properly; who knows what other
* glitches. Check for it now, under debug. */
/* Internal glibc for querylocale(), but doesn't handle empty-string
* ("") locale properly; who knows what other glitches. Check for it
* now, under debug. */

char * temp_name = nl_langinfo_l(_NL_LOCALE_NAME(category),
uselocale((locale_t) 0));
Expand Down

0 comments on commit 18c4145

Please sign in to comment.