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