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/floatsidf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'soft-fp/floatsidf.c') diff --git a/soft-fp/floatsidf.c b/soft-fp/floatsidf.c index 967a83f..04cc2e2 100644 --- a/soft-fp/floatsidf.c +++ b/soft-fp/floatsidf.c @@ -32,7 +32,8 @@ #include "soft-fp.h" #include "double.h" -DFtype __floatsidf(SItype i) +DFtype +__floatsidf(SItype i) { FP_DECL_D(A); DFtype a; -- cgit v1.1