long double math fixes for LD64
[libm] / src / math / ldexpf.c
index fe684ff..f0981ae 100644 (file)
@@ -1,4 +1,5 @@
 #include "libm.h"
+
 float ldexpf(float x, int n)
 {
        return scalbnf(x, n);