summaryrefslogtreecommitdiff
path: root/soft-fp/floatditf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatditf.c')
-rw-r--r--soft-fp/floatditf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/soft-fp/floatditf.c b/soft-fp/floatditf.c
index 760183f84d..fc3fba361f 100644
--- a/soft-fp/floatditf.c
+++ b/soft-fp/floatditf.c
@@ -33,13 +33,13 @@
#include "quad.h"
TFtype
-__floatditf(DItype i)
+__floatditf (DItype i)
{
- FP_DECL_Q(A);
+ FP_DECL_Q (A);
TFtype a;
- FP_FROM_INT_Q(A, i, DI_BITS, UDItype);
- FP_PACK_RAW_Q(a, A);
+ FP_FROM_INT_Q (A, i, DI_BITS, UDItype);
+ FP_PACK_RAW_Q (a, A);
return a;
}