summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_tanhf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_tanhf.c')
-rw-r--r--lib/msun/src/s_tanhf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c
index 5cad6ad..74cb2db 100644
--- a/lib/msun/src/s_tanhf.c
+++ b/lib/msun/src/s_tanhf.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
static const float one=1.0, two=2.0, tiny = 1.0e-30;
- float tanhf(float x)
+float
+tanhf(float x)
{
float t,z;
int32_t jx,ix;
OpenPOWER on IntegriCloud