Index: fusl/src/math/nexttowardl.c |
diff --git a/fusl/src/math/nexttowardl.c b/fusl/src/math/nexttowardl.c |
index 67a634039f606be277214ae791cccc1b0ef57788..132909d3b980fae7a2facd801d4a55462e190c1d 100644 |
--- a/fusl/src/math/nexttowardl.c |
+++ b/fusl/src/math/nexttowardl.c |
@@ -1,6 +1,5 @@ |
#include <math.h> |
-long double nexttowardl(long double x, long double y) |
-{ |
- return nextafterl(x, y); |
+long double nexttowardl(long double x, long double y) { |
+ return nextafterl(x, y); |
} |