1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix indentation.

* stdlib/strtol_l.c (__strtol_l): Fix indentation.
This commit is contained in:
Steve Ellcey
2015-12-11 09:02:16 -08:00
parent 85bafe6f3d
commit 895f3a1f84
2 changed files with 6 additions and 2 deletions

View File

@ -351,8 +351,8 @@ INTERNAL (__strtol_l) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
&& (wchar_t) c != thousands
# else
&& ({ for (cnt = 0; cnt < thousands_len; ++cnt)
if (thousands[cnt] != end[cnt])
break;
if (thousands[cnt] != end[cnt])
break;
cnt < thousands_len; })
# endif
&& (!ISALPHA (c)