summary refs log tree commit diff
path: root/soft-fp/ledf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/ledf2.c')
-rw-r--r--soft-fp/ledf2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/ledf2.c b/soft-fp/ledf2.c
index 7d54e9896a..abf53d9701 100644
--- a/soft-fp/ledf2.c
+++ b/soft-fp/ledf2.c
@@ -31,10 +31,12 @@
 #include "soft-fp.h"
 #include "double.h"
 
-CMPtype __ledf2(DFtype a, DFtype b)
+CMPtype
+__ledf2(DFtype a, DFtype b)
 {
   FP_DECL_EX;
-  FP_DECL_D(A); FP_DECL_D(B);
+  FP_DECL_D(A);
+  FP_DECL_D(B);
   CMPtype r;
 
   FP_INIT_EXCEPTIONS;