diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-15 00:17:35 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-15 00:17:35 +0000 |
commit | 1e14558915352b8324428be4e735df484861b3c6 (patch) | |
tree | 57c8da480295c0f32649297d9045f362bd2e30bb /soft-fp/negtf2.c | |
parent | 17c48a60b8f51e627fc1a1bc3805a80b7bdf6d8d (diff) | |
download | glibc-1e14558915352b8324428be4e735df484861b3c6.tar.gz glibc-1e14558915352b8324428be4e735df484861b3c6.tar.xz glibc-1e14558915352b8324428be4e735df484861b3c6.zip |
soft-fp: fix vertical whitespace and indentation.
Diffstat (limited to 'soft-fp/negtf2.c')
-rw-r--r-- | soft-fp/negtf2.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/negtf2.c b/soft-fp/negtf2.c index f51a621611..eb28eba501 100644 --- a/soft-fp/negtf2.c +++ b/soft-fp/negtf2.c @@ -31,9 +31,11 @@ #include "soft-fp.h" #include "quad.h" -TFtype __negtf2(TFtype a) +TFtype +__negtf2(TFtype a) { - FP_DECL_Q(A); FP_DECL_Q(R); + FP_DECL_Q(A); + FP_DECL_Q(R); TFtype r; FP_UNPACK_RAW_Q(A, a); |