aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_floorf.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 18:15:04 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 18:15:04 +0000
commit59b19ff14a36bb975819fff8c7bd8648a9b29537 (patch)
treeffef6d4da2c4353ee88d6ab0439ae527b407110f /lib/msun/src/s_floorf.c
parent027d0ad45492dfd06eb662d223a7c1e8ac368bf3 (diff)
downloadsrc-59b19ff14a36bb975819fff8c7bd8648a9b29537.tar.gz
src-59b19ff14a36bb975819fff8c7bd8648a9b29537.zip
Fix formatting, this is hard to explain, so I'll show one example.
- float ynf(int n, float x) /* wrapper ynf */ +float +ynf(int n, float x) /* wrapper ynf */ This is because the __STDC__ stuff was indented. Reviewed by: md5
Notes
Notes: svn path=/head/; revision=97413
Diffstat (limited to 'lib/msun/src/s_floorf.c')
-rw-r--r--lib/msun/src/s_floorf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/s_floorf.c b/lib/msun/src/s_floorf.c
index 539216194f65..d4bb6c5a0ef0 100644
--- a/lib/msun/src/s_floorf.c
+++ b/lib/msun/src/s_floorf.c
@@ -31,7 +31,8 @@ static char rcsid[] = "$FreeBSD$";
static const float huge = 1.0e30;
- float floorf(float x)
+float
+floorf(float x)
{
int32_t i0,j0;
u_int32_t i;