diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-12 14:15:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-12 14:15:30 +0000 |
commit | 71b4dea7dc120b96b92235db88f7607cbc3c3112 (patch) | |
tree | 02f71e6739c3b899ad18522c710922f2fdbc0b5a /soft-fp/op-common.h | |
parent | 5560275828a1a8f3614b87999c9fd2831d0b232d (diff) | |
download | glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.tar glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.tar.gz glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.tar.bz2 glibc-71b4dea7dc120b96b92235db88f7607cbc3c3112.zip |
soft-fp: fix preprocessor indentation.
Diffstat (limited to 'soft-fp/op-common.h')
-rw-r--r-- | soft-fp/op-common.h | 2 |
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); \ |