about summary refs log tree commit diff
path: root/ports/sysdeps/aarch64/fpu/s_lrint.c
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-20 23:14:25 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-21 08:16:02 +0000
commit5c5bd24ec1ff56661099d8810caff5d187107e9f (patch)
treedccec09c76cf903daed63a73ceb7e51d746234a4 /ports/sysdeps/aarch64/fpu/s_lrint.c
parent0f28d32059fa4119a119b6dde3716a0012ce6008 (diff)
downloadglibc-5c5bd24ec1ff56661099d8810caff5d187107e9f.tar.gz
glibc-5c5bd24ec1ff56661099d8810caff5d187107e9f.tar.xz
glibc-5c5bd24ec1ff56661099d8810caff5d187107e9f.zip
aarch64: Indent preprocessor directives.
Diffstat (limited to 'ports/sysdeps/aarch64/fpu/s_lrint.c')
-rw-r--r--ports/sysdeps/aarch64/fpu/s_lrint.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/ports/sysdeps/aarch64/fpu/s_lrint.c b/ports/sysdeps/aarch64/fpu/s_lrint.c
index ccce636284..cf62753f35 100644
--- a/ports/sysdeps/aarch64/fpu/s_lrint.c
+++ b/ports/sysdeps/aarch64/fpu/s_lrint.c
@@ -19,20 +19,20 @@
 #include <math.h>
 
 #ifndef FUNC
-#define FUNC lrint
+# define FUNC lrint
 #endif
 
 #ifndef ITYPE
-#define ITYPE double
-#define IREGS "d"
+# define ITYPE double
+# define IREGS "d"
 #else
-#ifndef IREGS
-#error IREGS not defined
-#endif
+# ifndef IREGS
+#  error IREGS not defined
+# endif
 #endif
 
 #ifndef OTYPE
-#define OTYPE long int
+# define OTYPE long int
 #endif
 
 #define OREGS "x"