summaryrefslogtreecommitdiff
path: root/soft-fp/negsf2.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-10-15 00:17:35 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-10-15 00:17:35 +0000
commit1e14558915352b8324428be4e735df484861b3c6 (patch)
tree57c8da480295c0f32649297d9045f362bd2e30bb /soft-fp/negsf2.c
parent17c48a60b8f51e627fc1a1bc3805a80b7bdf6d8d (diff)
soft-fp: fix vertical whitespace and indentation.
Diffstat (limited to 'soft-fp/negsf2.c')
-rw-r--r--soft-fp/negsf2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/negsf2.c b/soft-fp/negsf2.c
index 35ece56fc4..1a08d34a8e 100644
--- a/soft-fp/negsf2.c
+++ b/soft-fp/negsf2.c
@@ -31,9 +31,11 @@
#include "soft-fp.h"
#include "single.h"
-SFtype __negsf2(SFtype a)
+SFtype
+__negsf2(SFtype a)
{
- FP_DECL_S(A); FP_DECL_S(R);
+ FP_DECL_S(A);
+ FP_DECL_S(R);
SFtype r;
FP_UNPACK_RAW_S(A, a);