summaryrefslogtreecommitdiff
path: root/soft-fp/getf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/getf2.c')
-rw-r--r--soft-fp/getf2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/getf2.c b/soft-fp/getf2.c
index 4c544d4dd9..579ce64f64 100644
--- a/soft-fp/getf2.c
+++ b/soft-fp/getf2.c
@@ -31,10 +31,12 @@
#include "soft-fp.h"
#include "quad.h"
-CMPtype __getf2(TFtype a, TFtype b)
+CMPtype
+__getf2(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;