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/mulsf3.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'soft-fp/mulsf3.c') diff --git a/soft-fp/mulsf3.c b/soft-fp/mulsf3.c index f0341a5..b602f21 100644 --- a/soft-fp/mulsf3.c +++ b/soft-fp/mulsf3.c @@ -31,10 +31,13 @@ #include "soft-fp.h" #include "single.h" -SFtype __mulsf3(SFtype a, SFtype b) +SFtype +__mulsf3(SFtype a, SFtype b) { FP_DECL_EX; - FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(R); + FP_DECL_S(A); + FP_DECL_S(B); + FP_DECL_S(R); SFtype r; FP_INIT_ROUNDMODE; -- cgit v1.1