diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-10 13:05:51 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-10 13:05:51 -0500 |
| commit | 8095a8513cd1dcbebe55b009e5a475094b1e0cae (patch) | |
| tree | 90c6e08b88fe8e30946fadb805fb3d1bc3205946 /src/math/isnormal.c | |
| parent | d20f4c741ce665744968a423a0092d657677b204 (diff) | |
adjust macro indentation for header generation
Diffstat (limited to 'src/math/isnormal.c')
| -rw-r--r-- | src/math/isnormal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
