From: Steve Ellcey Date: Fri, 11 Dec 2015 17:08:45 +0000 (-0800) Subject: Fix indentation. X-Git-Tag: glibc-2.23~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=996b03dc22dfb6e4a48413cd639632bb0ad01c00;p=thirdparty%2Fglibc.git Fix indentation. * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation. --- diff --git a/ChangeLog b/ChangeLog index c868f313d0b..bc67e332bab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-12-11 Steve Ellcey + + * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation. + 2015-12-11 Steve Ellcey * stdlib/strtol_l.c (__strtol_l): Fix indentation. diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 1382eb513d1..1963c3159a3 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