long double math fixes for LD64
[libm] / src / math / ldexpl.c
index 79b3e86..885ff6e 100644 (file)
@@ -1,4 +1,5 @@
 #include "libm.h"
+
 long double ldexpl(long double x, int n)
 {
        return scalbnl(x, n);