about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <sid@reserved-bit.com>2016-04-20 10:23:53 +0530
committerSiddhesh Poyarekar <sid@reserved-bit.com>2016-04-20 10:23:53 +0530
commit68e9d3c6889aa3594b6722e420813fa120c9d612 (patch)
tree0f0698deaee6d2609a841f2a8bb03171b9910310
parenta00d3f4a8c19547b4050889965d9a2a93429ae51 (diff)
downloadglibc-68e9d3c6889aa3594b6722e420813fa120c9d612.tar.gz
glibc-68e9d3c6889aa3594b6722e420813fa120c9d612.tar.xz
glibc-68e9d3c6889aa3594b6722e420813fa120c9d612.zip
Fix up ChangeLog formatting
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a87a0b2b1a..9f9270bdae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -815,8 +815,8 @@
 2016-03-23  Nick Alcock  <nick.alcock@oracle.com>
 
 	* sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Reload
-        call-clobbered %eax on retry path.
-        * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
+	call-clobbered %eax on retry path.
+	* sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
 
 2016-03-22  H.J. Lu  <hongjiu.lu@intel.com>