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/floatdidf.c | |
parent | 17c48a60b8f51e627fc1a1bc3805a80b7bdf6d8d (diff) | |
download | glibc-1e14558915352b8324428be4e735df484861b3c6.zip glibc-1e14558915352b8324428be4e735df484861b3c6.tar.gz glibc-1e14558915352b8324428be4e735df484861b3c6.tar.bz2 |
soft-fp: fix vertical whitespace and indentation.
Diffstat (limited to 'soft-fp/floatdidf.c')
-rw-r--r-- | soft-fp/floatdidf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatdidf.c b/soft-fp/floatdidf.c index 70082e1..4413e68 100644 --- a/soft-fp/floatdidf.c +++ b/soft-fp/floatdidf.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "double.h" -DFtype __floatdidf(DItype i) +DFtype +__floatdidf(DItype i) { FP_DECL_EX; FP_DECL_D(A); |