aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/trunctfsf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/trunctfsf2.c')
-rw-r--r--soft-fp/trunctfsf2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/trunctfsf2.c b/soft-fp/trunctfsf2.c
index 751c7c8..aa4e7b3 100644
--- a/soft-fp/trunctfsf2.c
+++ b/soft-fp/trunctfsf2.c
@@ -32,7 +32,8 @@
#include "single.h"
#include "quad.h"
-SFtype __trunctfsf2(TFtype a)
+SFtype
+__trunctfsf2(TFtype a)
{
FP_DECL_EX;
FP_DECL_Q(A);