]> sourceware.org Git - glibc.git/commitdiff
Fix indentation.
authorSteve Ellcey <sellcey@mips.com>
Fri, 11 Dec 2015 17:08:45 +0000 (09:08 -0800)
committerSteve Ellcey <sellcey@mips.com>
Fri, 11 Dec 2015 17:08:45 +0000 (09:08 -0800)
* stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.

ChangeLog
stdio-common/vfscanf.c

index c868f313d0bf85e097ea7e7bd9964cfdc7b7f4d1..bc67e332bab45248d5333078e156e84622f677db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 1382eb513d1ba0c5f34acfeef9b7524011806f01..1963c3159a3f48bba85a233b3b262984a61c4b97 100644 (file)
@@ -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
This page took 0.21212 seconds and 5 git commands to generate.