about summary refs log tree commit diff
path: root/soft-fp/op-common.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-10-12 14:15:30 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-10-12 14:15:30 +0000
commit71b4dea7dc120b96b92235db88f7607cbc3c3112 (patch)
tree02f71e6739c3b899ad18522c710922f2fdbc0b5a /soft-fp/op-common.h
parent5560275828a1a8f3614b87999c9fd2831d0b232d (diff)
downloadglibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.tar.gz
glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.tar.xz
glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.zip
soft-fp: fix preprocessor indentation.
Diffstat (limited to 'soft-fp/op-common.h')
-rw-r--r--soft-fp/op-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h
index dbc107773e..d87ffaf131 100644
--- a/soft-fp/op-common.h
+++ b/soft-fp/op-common.h
@@ -1553,7 +1553,7 @@ do {									     \
 
 #ifndef __FP_CLZ
 /* GCC 3.4 and later provide the builtins for us.  */
-#define __FP_CLZ(r, x)							      \
+# define __FP_CLZ(r, x)							      \
   do {									      \
     if (sizeof (_FP_W_TYPE) == sizeof (unsigned int))			      \
       r = __builtin_clz (x);						      \