aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/sqrttf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/sqrttf2.c')
-rw-r--r--soft-fp/sqrttf2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/sqrttf2.c b/soft-fp/sqrttf2.c
index 40b35830eb..0e43d3d0c3 100644
--- a/soft-fp/sqrttf2.c
+++ b/soft-fp/sqrttf2.c
@@ -31,10 +31,12 @@
#include "soft-fp.h"
#include "quad.h"
-TFtype __sqrttf2(TFtype a)
+TFtype
+__sqrttf2(TFtype a)
{
FP_DECL_EX;
- FP_DECL_Q(A); FP_DECL_Q(R);
+ FP_DECL_Q(A);
+ FP_DECL_Q(R);
TFtype r;
FP_INIT_ROUNDMODE;