Skip to content

Commit ffbea08

Browse files
committed
(fix formatting)
1 parent 7f435b7 commit ffbea08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/math/smoke/FModTest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "hdr/fenv_macros.h"
1919

2020
#define TEST_SPECIAL(x, y, expected, dom_err, expected_exception) \
21-
LIBC_NAMESPACE::fputil::clear_except(FE_ALL_EXCEPT); \
21+
LIBC_NAMESPACE::fputil::clear_except(FE_ALL_EXCEPT); \
2222
EXPECT_FP_EQ(expected, f(x, y)); \
2323
EXPECT_MATH_ERRNO((dom_err) ? EDOM : 0); \
2424
EXPECT_FP_EXCEPTION(expected_exception); \

0 commit comments

Comments
 (0)