mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
Fix indentation.
* stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
This commit is contained in:
parent
895f3a1f84
commit
996b03dc22
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user