From: Steve Ellcey Date: Fri, 11 Dec 2015 17:02:16 +0000 (-0800) Subject: Fix indentation. X-Git-Tag: glibc-2.23~128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=895f3a1f846bc1886029c7aa67280ea71ea2489d;p=thirdparty%2Fglibc.git Fix indentation. * stdlib/strtol_l.c (__strtol_l): Fix indentation. --- diff --git a/ChangeLog b/ChangeLog index 80f4635f781..c868f313d0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-12-11 Steve Ellcey + + * stdlib/strtol_l.c (__strtol_l): Fix indentation. + 2015-12-10 Aurelien Jarno Jakub Wilk diff --git a/stdlib/strtol_l.c b/stdlib/strtol_l.c index 392b31a80da..1efa193f7aa 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)