This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[Patch 2/N] Indentation change to fix build with latest GCC
- From: "Steve Ellcey " <sellcey at imgtec dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Fri, 11 Dec 2015 09:07:21 -0800
- Subject: [Patch 2/N] Indentation change to fix build with latest GCC
- Authentication-results: sourceware.org; auth=none
Here is another indentation patch to fix the GLIBC build when using
the latest GCC. Checked in as obvious.
Steve Ellcey
sellcey@imgtec.com
2015-12-11 Steve Ellcey <sellcey@imgtec.com>
* stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
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