about summary refs log tree commit diff
path: root/soft-fp/divsf3.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/divsf3.c')
-rw-r--r--soft-fp/divsf3.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/soft-fp/divsf3.c b/soft-fp/divsf3.c
index 063462f8a1..0ed726bf96 100644
--- a/soft-fp/divsf3.c
+++ b/soft-fp/divsf3.c
@@ -31,10 +31,13 @@
 #include "soft-fp.h"
 #include "single.h"
 
-SFtype __divsf3(SFtype a, SFtype b)
+SFtype
+__divsf3(SFtype a, SFtype b)
 {
   FP_DECL_EX;
-  FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(R);
+  FP_DECL_S(A);
+  FP_DECL_S(B);
+  FP_DECL_S(R);
   SFtype r;
 
   FP_INIT_ROUNDMODE;