From 51ca9e29af1a71b7dc175b78ee2d3564f9416fab Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 16 Oct 2013 01:22:21 +0000 Subject: soft-fp: fix horizontal whitespace. --- soft-fp/sqrttf2.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'soft-fp/sqrttf2.c') diff --git a/soft-fp/sqrttf2.c b/soft-fp/sqrttf2.c index 0e43d3d0c3..9f3e7187b0 100644 --- a/soft-fp/sqrttf2.c +++ b/soft-fp/sqrttf2.c @@ -32,17 +32,17 @@ #include "quad.h" TFtype -__sqrttf2(TFtype a) +__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; - FP_UNPACK_Q(A, a); - FP_SQRT_Q(R, A); - FP_PACK_Q(r, R); + FP_UNPACK_Q (A, a); + FP_SQRT_Q (R, A); + FP_PACK_Q (r, R); FP_HANDLE_EXCEPTIONS; return r; -- cgit 1.4.1