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/negdf2.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'soft-fp/negdf2.c') diff --git a/soft-fp/negdf2.c b/soft-fp/negdf2.c index 1dedc71..c1b858b 100644 --- a/soft-fp/negdf2.c +++ b/soft-fp/negdf2.c @@ -31,9 +31,11 @@ #include "soft-fp.h" #include "double.h" -DFtype __negdf2(DFtype a) +DFtype +__negdf2(DFtype a) { - FP_DECL_D(A); FP_DECL_D(R); + FP_DECL_D(A); + FP_DECL_D(R); DFtype r; FP_UNPACK_RAW_D(A, a); -- cgit v1.1