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-600-g996b03d


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  996b03dc22dfb6e4a48413cd639632bb0ad01c00 (commit)
      from  895f3a1f846bc1886029c7aa67280ea71ea2489d (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=996b03dc22dfb6e4a48413cd639632bb0ad01c00

commit 996b03dc22dfb6e4a48413cd639632bb0ad01c00
Author: Steve Ellcey <sellcey@mips.com>
Date:   Fri Dec 11 09:08:45 2015 -0800

        Fix indentation.
    
    	* stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.

diff --git a/ChangeLog b/ChangeLog
index c868f31..bc67e33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
 
+	* stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
+
+2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
+
 	* stdlib/strtol_l.c (__strtol_l): Fix indentation.
 
 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>
diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c
index 1382eb5..1963c31 100644
--- a/stdio-common/vfscanf.c
+++ b/stdio-common/vfscanf.c
@@ -1711,7 +1711,7 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, _IO_va_list argptr,
 
 		      /* The last thousands character will be added back by
 			 the char_buffer_add below.  */
-			--charbuf.current;
+		      --charbuf.current;
 #endif
 		    }
 		  else

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

Summary of changes:
 ChangeLog              |    4 ++++
 stdio-common/vfscanf.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]