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/fixsfti.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'soft-fp/fixsfti.c') diff --git a/soft-fp/fixsfti.c b/soft-fp/fixsfti.c index 84f898b337..91efb52489 100644 --- a/soft-fp/fixsfti.c +++ b/soft-fp/fixsfti.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "single.h" -TItype __fixsfti(SFtype a) +TItype +__fixsfti(SFtype a) { FP_DECL_EX; FP_DECL_S(A); -- cgit v1.2.3