[2/N] Indentation change to fix build with latest GCC

Message ID 4430f51e-0099-451e-b9f2-2e283e3756d6@BAMAIL02.ba.imgtec.org
State New, archived
Headers

Commit Message

Steve Ellcey Dec. 11, 2015, 5:07 p.m. UTC
  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.
  

Patch

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