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