Skip to content

Commit b606497

Browse files
committed
Fix clang-format issue
1 parent cd932a1 commit b606497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ typedef __char32_t char32_t;
10271027
# else
10281028
# define _LIBCPP_HAS_C8RTOMB_MBRTOC8 0
10291029
# endif
1030-
# elif defined (_LIBCPP_PICOLIBC_PREREQ)
1030+
# elif defined(_LIBCPP_PICOLIBC_PREREQ)
10311031
# if _LIBCPP_PICOLIBC_PREREQ(1, 8, 9) && defined(__cpp_char8_t)
10321032
# define _LIBCPP_HAS_C8RTOMB_MBRTOC8 1
10331033
# else

0 commit comments

Comments
 (0)