about summary refs log tree commit diff
path: root/soft-fp/divdf3.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/divdf3.c')
-rw-r--r--soft-fp/divdf3.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/soft-fp/divdf3.c b/soft-fp/divdf3.c
index c3dcf8085e..4e7d28f917 100644
--- a/soft-fp/divdf3.c
+++ b/soft-fp/divdf3.c
@@ -31,10 +31,13 @@
 #include "soft-fp.h"
 #include "double.h"
 
-DFtype __divdf3(DFtype a, DFtype b)
+DFtype
+__divdf3(DFtype a, DFtype b)
 {
   FP_DECL_EX;
-  FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(R);
+  FP_DECL_D(A);
+  FP_DECL_D(B);
+  FP_DECL_D(R);
   DFtype r;
 
   FP_INIT_ROUNDMODE;