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/floatsitf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'soft-fp/floatsitf.c') diff --git a/soft-fp/floatsitf.c b/soft-fp/floatsitf.c index a2c3451cf4..d5f107f8c5 100644 --- a/soft-fp/floatsitf.c +++ b/soft-fp/floatsitf.c @@ -32,7 +32,8 @@ #include "soft-fp.h" #include "quad.h" -TFtype __floatsitf(SItype i) +TFtype +__floatsitf(SItype i) { FP_DECL_Q(A); TFtype a; -- cgit 1.4.1