summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/k_tanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/k_tanf.c')
-rw-r--r--lib/msun/src/k_tanf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/k_tanf.c b/lib/msun/src/k_tanf.c
index 772a663..35bbe61 100644
--- a/lib/msun/src/k_tanf.c
+++ b/lib/msun/src/k_tanf.c
@@ -39,7 +39,8 @@ T[] = {
2.5907305826e-05, /* 0x37d95384 */
};
- float __kernel_tanf(float x, float y, int iy)
+float
+__kernel_tanf(float x, float y, int iy)
{
float z,r,v,w,s;
int32_t ix,hx;
OpenPOWER on IntegriCloud