From 996b03dc22dfb6e4a48413cd639632bb0ad01c00 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Fri, 11 Dec 2015 09:08:45 -0800 Subject: Fix indentation. * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation. --- stdio-common/vfscanf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common') 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 -- cgit v1.1