summaryrefslogtreecommitdiff
path: root/soft-fp/fixdfdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixdfdi.c')
-rw-r--r--soft-fp/fixdfdi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/soft-fp/fixdfdi.c b/soft-fp/fixdfdi.c
index 617c2c9886..7b926b3d69 100644
--- a/soft-fp/fixdfdi.c
+++ b/soft-fp/fixdfdi.c
@@ -32,15 +32,15 @@
#include "double.h"
DItype
-__fixdfdi(DFtype a)
+__fixdfdi (DFtype a)
{
FP_DECL_EX;
- FP_DECL_D(A);
+ FP_DECL_D (A);
UDItype r;
FP_INIT_EXCEPTIONS;
- FP_UNPACK_RAW_D(A, a);
- FP_TO_INT_D(r, A, DI_BITS, 1);
+ FP_UNPACK_RAW_D (A, a);
+ FP_TO_INT_D (r, A, DI_BITS, 1);
FP_HANDLE_EXCEPTIONS;
return r;