Skip to content

Commit 8aa89bf

Browse files
committed
clang-format
1 parent caf8a66 commit 8aa89bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libc/include/llvm-libc-macros/math-macros.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@
5151
#define __LIBC_SUPPORTS_MATH_ERRNO 1
5252
#endif
5353

54-
#if defined(__FAST_MATH__) || ((defined(__arm__) || defined(_M_ARM) || defined(__thumb__) || \
55-
defined(__aarch64__) || defined(_M_ARM64)) && \
56-
!defined(__ARM_FP))
54+
#if defined(__FAST_MATH__) || \
55+
((defined(__arm__) || defined(_M_ARM) || defined(__thumb__) || \
56+
defined(__aarch64__) || defined(_M_ARM64)) && \
57+
!defined(__ARM_FP))
5758
#define __LIBC_SUPPORTS_MATH_ERREXCEPT 0
5859
#else
5960
#define __LIBC_SUPPORTS_MATH_ERREXCEPT 1

0 commit comments

Comments
 (0)