about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-11-29 01:30:51 -0500
committerCarlos O'Donell <carlos@redhat.com>2014-11-29 01:30:51 -0500
commitc8dc17276792c6dd88a5efa84e7ff01bb08a6367 (patch)
treee6be69dcc1535875580d7305a969f0bb71b05ed5 /ChangeLog
parent6d03458e40bdb08d99d05bc7b298b00ad77d8e2b (diff)
downloadglibc-c8dc17276792c6dd88a5efa84e7ff01bb08a6367.tar.gz
glibc-c8dc17276792c6dd88a5efa84e7ff01bb08a6367.tar.xz
glibc-c8dc17276792c6dd88a5efa84e7ff01bb08a6367.zip
Fix indenting in bits/ioctl-types.h.
Indent the preprocessor directives correctly according
to the normal glibc style.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c49d7dc72..35de0ab843 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
 
+	* bits/ioctl-types.h: Indent preprocessor directives correctly.
+
 	* nptl/nptl-init.c: Include libc-internal.h.
 	(__pthread_initialize_minimal_internal): Use ROUND_UP.