about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2adf44c736..cb704c4501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
-        * include/atomic.h (atomic_exchange_and_add): Split into ...
-        (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
-        New atomic macros.
+	* include/atomic.h (atomic_exchange_and_add): Split into ...
+	(atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
+	New atomic macros.
 
 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>