This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-599-g895f3a1


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  895f3a1f846bc1886029c7aa67280ea71ea2489d (commit)
      from  85bafe6f3d0e4647af5e74178b46abdf44d3b981 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=895f3a1f846bc1886029c7aa67280ea71ea2489d

commit 895f3a1f846bc1886029c7aa67280ea71ea2489d
Author: Steve Ellcey <sellcey@mips.com>
Date:   Fri Dec 11 09:02:16 2015 -0800

        Fix indentation.
    
    	* stdlib/strtol_l.c (__strtol_l): Fix indentation.

diff --git a/ChangeLog b/ChangeLog
index 80f4635..c868f31 100644
--- 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>
 
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)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    4 ++++
 stdlib/strtol_l.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]