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/fmasf4.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'soft-fp/fmasf4.c') diff --git a/soft-fp/fmasf4.c b/soft-fp/fmasf4.c index e8d60fb191..fbf7e78e8a 100644 --- a/soft-fp/fmasf4.c +++ b/soft-fp/fmasf4.c @@ -33,7 +33,10 @@ float __fmaf (float a, float b, float c) { FP_DECL_EX; - FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(C); FP_DECL_S(R); + FP_DECL_S(A); + FP_DECL_S(B); + FP_DECL_S(C); + FP_DECL_S(R); float r; FP_INIT_ROUNDMODE; -- cgit 1.4.1