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/sqrttf2.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'soft-fp/sqrttf2.c') diff --git a/soft-fp/sqrttf2.c b/soft-fp/sqrttf2.c index 40b35830eb..0e43d3d0c3 100644 --- a/soft-fp/sqrttf2.c +++ b/soft-fp/sqrttf2.c @@ -31,10 +31,12 @@ #include "soft-fp.h" #include "quad.h" -TFtype __sqrttf2(TFtype a) +TFtype +__sqrttf2(TFtype a) { FP_DECL_EX; - FP_DECL_Q(A); FP_DECL_Q(R); + FP_DECL_Q(A); + FP_DECL_Q(R); TFtype r; FP_INIT_ROUNDMODE; -- cgit 1.4.1