about summary refs log tree commit diff
path: root/soft-fp/lesf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/lesf2.c')
-rw-r--r--soft-fp/lesf2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/lesf2.c b/soft-fp/lesf2.c
index 954a418cdc..9f18e6956c 100644
--- a/soft-fp/lesf2.c
+++ b/soft-fp/lesf2.c
@@ -31,10 +31,12 @@
 #include "soft-fp.h"
 #include "single.h"
 
-CMPtype __lesf2(SFtype a, SFtype b)
+CMPtype
+__lesf2(SFtype a, SFtype b)
 {
   FP_DECL_EX;
-  FP_DECL_S(A); FP_DECL_S(B);
+  FP_DECL_S(A);
+  FP_DECL_S(B);
   CMPtype r;
 
   FP_INIT_EXCEPTIONS;