about summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
parent895f3a1f846bc1886029c7aa67280ea71ea2489d (diff)
downloadglibc-996b03dc22dfb6e4a48413cd639632bb0ad01c00.tar.gz
glibc-996b03dc22dfb6e4a48413cd639632bb0ad01c00.tar.xz
glibc-996b03dc22dfb6e4a48413cd639632bb0ad01c00.zip
Fix indentation.
	* stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c868f313d0..bc67e332ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
 
+	* stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
+
+2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
+
 	* stdlib/strtol_l.c (__strtol_l): Fix indentation.
 
 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>