summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2015-12-11 09:08:45 -0800
committerSteve Ellcey <sellcey@mips.com>2015-12-11 09:08:45 -0800
commit996b03dc22dfb6e4a48413cd639632bb0ad01c00 (patch)
treefd6e823537032d89517329f2c97ba5a1f6e51e03 /stdio-common
parent895f3a1f846bc1886029c7aa67280ea71ea2489d (diff)
Fix indentation.
* stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/vfscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c
index 1382eb513d..1963c3159a 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