about summary refs log tree commit diff
path: root/soft-fp/letf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/letf2.c')
-rw-r--r--soft-fp/letf2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/letf2.c b/soft-fp/letf2.c
index 76d6119f1c..028bdd2d3b 100644
--- a/soft-fp/letf2.c
+++ b/soft-fp/letf2.c
@@ -31,10 +31,12 @@
 #include "soft-fp.h"
 #include "quad.h"
 
-CMPtype __letf2(TFtype a, TFtype b)
+CMPtype
+__letf2(TFtype a, TFtype b)
 {
   FP_DECL_EX;
-  FP_DECL_Q(A); FP_DECL_Q(B);
+  FP_DECL_Q(A);
+  FP_DECL_Q(B);
   CMPtype r;
 
   FP_INIT_EXCEPTIONS;