long double math fixes for LD64
[libm] / src / math / nexttowardl.c
index 48ce417..c393ce9 100644 (file)
@@ -1,4 +1,5 @@
 #include "libm.h"
+
 long double nexttowardl(long double x, long double y)
 {
        return nextafterl(x, y);