From 895f3a1f846bc1886029c7aa67280ea71ea2489d Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Fri, 11 Dec 2015 09:02:16 -0800 Subject: Fix indentation. * stdlib/strtol_l.c (__strtol_l): Fix indentation. --- stdlib/strtol_l.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib') diff --git a/stdlib/strtol_l.c b/stdlib/strtol_l.c index 392b31a80d..1efa193f7a 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) -- cgit 1.4.1