From 8095a8513cd1dcbebe55b009e5a475094b1e0cae Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 10 Feb 2019 13:05:51 -0500 Subject: adjust macro indentation for header generation --- src/math/isnormal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math') diff --git a/src/math/isnormal.c b/src/math/isnormal.c index f4d9e175..5702fc94 100644 --- a/src/math/isnormal.c +++ b/src/math/isnormal.c @@ -4,7 +4,7 @@ int __isnormall(long double x); #define isnormal(x) ((sizeof (x) == sizeof (float)) ? __isnormalf(x) : \ - (sizeof (x) == sizeof (double)) ? __isnormald(x) : __isnormall(x)) + (sizeof (x) == sizeof (double)) ? __isnormald(x) : __isnormall(x)) /* STDC(199901) -- cgit v1.2.1