about summary refs log tree commit diff
path: root/soft-fp/floatuntisf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatuntisf.c')
-rw-r--r--soft-fp/floatuntisf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatuntisf.c b/soft-fp/floatuntisf.c
index d70b025f5d..d690e7312b 100644
--- a/soft-fp/floatuntisf.c
+++ b/soft-fp/floatuntisf.c
@@ -30,7 +30,8 @@
 #include "soft-fp.h"
 #include "single.h"
 
-SFtype __floatuntisf(UTItype i)
+SFtype
+__floatuntisf(UTItype i)
 {
   FP_DECL_EX;
   FP_DECL_S(A);