about summary refs log tree commit diff
path: root/math/w_ilogbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_ilogbf.c')
-rw-r--r--math/w_ilogbf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/w_ilogbf.c b/math/w_ilogbf.c
index 27a0c582d3..aa48bc4c30 100644
--- a/math/w_ilogbf.c
+++ b/math/w_ilogbf.c
@@ -35,5 +35,4 @@ __ilogbf (float x)
     }
   return r;
 }
-
 weak_alias (__ilogbf, ilogbf)