From 1e14558915352b8324428be4e735df484861b3c6 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 15 Oct 2013 00:17:35 +0000 Subject: soft-fp: fix vertical whitespace and indentation. --- soft-fp/fixunsdfdi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'soft-fp/fixunsdfdi.c') diff --git a/soft-fp/fixunsdfdi.c b/soft-fp/fixunsdfdi.c index 22f9739..ae4e5f5 100644 --- a/soft-fp/fixunsdfdi.c +++ b/soft-fp/fixunsdfdi.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "double.h" -UDItype __fixunsdfdi(DFtype a) +UDItype +__fixunsdfdi(DFtype a) { FP_DECL_EX; FP_DECL_D(A); -- cgit v1.1