mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix indentation.
* stdlib/strtol_l.c (__strtol_l): Fix indentation.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2015-12-11 Steve Ellcey <sellcey@imgtec.com>
|
||||||
|
|
||||||
|
* stdlib/strtol_l.c (__strtol_l): Fix indentation.
|
||||||
|
|
||||||
2015-12-10 Aurelien Jarno <aurelien@aurel32.net>
|
2015-12-10 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
Jakub Wilk <jwilk@debian.org>
|
Jakub Wilk <jwilk@debian.org>
|
||||||
|
|
||||||
|
@ -351,8 +351,8 @@ INTERNAL (__strtol_l) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
|
|||||||
&& (wchar_t) c != thousands
|
&& (wchar_t) c != thousands
|
||||||
# else
|
# else
|
||||||
&& ({ for (cnt = 0; cnt < thousands_len; ++cnt)
|
&& ({ for (cnt = 0; cnt < thousands_len; ++cnt)
|
||||||
if (thousands[cnt] != end[cnt])
|
if (thousands[cnt] != end[cnt])
|
||||||
break;
|
break;
|
||||||
cnt < thousands_len; })
|
cnt < thousands_len; })
|
||||||
# endif
|
# endif
|
||||||
&& (!ISALPHA (c)
|
&& (!ISALPHA (c)
|
||||||
|
Reference in New Issue
Block a user