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/divdf3.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'soft-fp/divdf3.c') diff --git a/soft-fp/divdf3.c b/soft-fp/divdf3.c index c3dcf8085e..4e7d28f917 100644 --- a/soft-fp/divdf3.c +++ b/soft-fp/divdf3.c @@ -31,10 +31,13 @@ #include "soft-fp.h" #include "double.h" -DFtype __divdf3(DFtype a, DFtype b) +DFtype +__divdf3(DFtype a, DFtype b) { FP_DECL_EX; - FP_DECL_D(A); FP_DECL_D(B); FP_DECL_D(R); + FP_DECL_D(A); + FP_DECL_D(B); + FP_DECL_D(R); DFtype r; FP_INIT_ROUNDMODE; -- cgit v1.2.3