Fix indentation.
authorSteve Ellcey <sellcey@mips.com>
Fri, 11 Dec 2015 17:02:16 +0000 (09:02 -0800)
committerSteve Ellcey <sellcey@mips.com>
Fri, 11 Dec 2015 17:02:16 +0000 (09:02 -0800)
* stdlib/strtol_l.c (__strtol_l): Fix indentation.

ChangeLog
stdlib/strtol_l.c

index 80f4635..c868f31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
            Jakub Wilk  <jwilk@debian.org>
 
index 392b31a..1efa193 100644 (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)