From 71b4dea7dc120b96b92235db88f7607cbc3c3112 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 12 Oct 2013 14:15:30 +0000 Subject: soft-fp: fix preprocessor indentation. --- soft-fp/op-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soft-fp/op-common.h') 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); \ -- cgit 1.4.1