about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2015-12-11 09:02:16 -0800
committerSteve Ellcey <sellcey@mips.com>2015-12-11 09:02:16 -0800
commit895f3a1f846bc1886029c7aa67280ea71ea2489d (patch)
tree0aefeff6646c527474996909a826bd95702d766c /ChangeLog
parent85bafe6f3d0e4647af5e74178b46abdf44d3b981 (diff)
downloadglibc-895f3a1f846bc1886029c7aa67280ea71ea2489d.tar.gz
glibc-895f3a1f846bc1886029c7aa67280ea71ea2489d.tar.xz
glibc-895f3a1f846bc1886029c7aa67280ea71ea2489d.zip
Fix indentation.
	* stdlib/strtol_l.c (__strtol_l): Fix indentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80f4635f78..c868f313d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
+
+	* stdlib/strtol_l.c (__strtol_l): Fix indentation.
+
 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>
 	    Jakub Wilk  <jwilk@debian.org>