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/fmadf4.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'soft-fp/fmadf4.c') diff --git a/soft-fp/fmadf4.c b/soft-fp/fmadf4.c index ebdc2b1d22..bc02756ccc 100644 --- a/soft-fp/fmadf4.c +++ b/soft-fp/fmadf4.c @@ -33,7 +33,10 @@ double __fma (double a, double b, double c) { FP_DECL_EX; - FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(C); FP_DECL_D(R); + FP_DECL_D(A); + FP_DECL_D(B); + FP_DECL_D(C); + FP_DECL_D(R); double r; FP_INIT_ROUNDMODE; -- cgit 1.4.1