summaryrefslogtreecommitdiff
path: root/soft-fp/fixdfti.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixdfti.c')
-rw-r--r--soft-fp/fixdfti.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/soft-fp/fixdfti.c b/soft-fp/fixdfti.c
index 8d27cd5ffa..b5fe4f99fc 100644
--- a/soft-fp/fixdfti.c
+++ b/soft-fp/fixdfti.c
@@ -31,15 +31,15 @@
#include "double.h"
TItype
-__fixdfti(DFtype a)
+__fixdfti (DFtype a)
{
FP_DECL_EX;
- FP_DECL_D(A);
+ FP_DECL_D (A);
UTItype r;
FP_INIT_EXCEPTIONS;
- FP_UNPACK_RAW_D(A, a);
- FP_TO_INT_D(r, A, TI_BITS, 1);
+ FP_UNPACK_RAW_D (A, a);
+ FP_TO_INT_D (r, A, TI_BITS, 1);
FP_HANDLE_EXCEPTIONS;
return r;