From: Andreas Jaeger Date: Tue, 14 Aug 2012 05:59:57 +0000 (+0200) Subject: Use tabs instead of spaces X-Git-Tag: glibc-2.17~706 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdd4f783e49c964457a333ff10b4039e428eca2;p=thirdparty%2Fglibc.git Use tabs instead of spaces --- diff --git a/ChangeLog b/ChangeLog index 2adf44c736a..cb704c45010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 2012-08-13 Maxim Kuvyrkov - * 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