diff options
author | Steve Ellcey <sellcey@mips.com> | 2015-12-11 09:02:16 -0800 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2015-12-11 09:02:16 -0800 |
commit | 895f3a1f846bc1886029c7aa67280ea71ea2489d (patch) | |
tree | 0aefeff6646c527474996909a826bd95702d766c /stdlib/strtol_l.c | |
parent | 85bafe6f3d0e4647af5e74178b46abdf44d3b981 (diff) | |
download | glibc-895f3a1f846bc1886029c7aa67280ea71ea2489d.zip glibc-895f3a1f846bc1886029c7aa67280ea71ea2489d.tar.gz glibc-895f3a1f846bc1886029c7aa67280ea71ea2489d.tar.bz2 |
Fix indentation.
* stdlib/strtol_l.c (__strtol_l): Fix indentation.
Diffstat (limited to 'stdlib/strtol_l.c')
-rw-r--r-- | stdlib/strtol_l.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/strtol_l.c b/stdlib/strtol_l.c index 392b31a..1efa193 100644 --- a/stdlib/strtol_l.c +++ b/stdlib/strtol_l.c @@ -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) |