From 51ca9e29af1a71b7dc175b78ee2d3564f9416fab Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 16 Oct 2013 01:22:21 +0000 Subject: soft-fp: fix horizontal whitespace. --- soft-fp/floatditf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'soft-fp/floatditf.c') 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; } -- cgit 1.4.1