From 5be7f7dbb4b09c95fdc633bbaa518924eb01f6a2 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 22 Nov 2023 11:37:20 -0500 Subject: [PATCH] Obviously incorrect formatting change in __config --- libcxx/include/__config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/__config b/libcxx/include/__config index 90e23dbdd8622..a5d70a801095c 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -928,7 +928,7 @@ typedef __char32_t char32_t; # endif # if defined(__APPLE__) || defined(__FreeBSD__) -# define _LIBCPP_WCTYPE_IS_MASK +# define _LIBCPP_WCTYPE_IS_MASK # endif # if _LIBCPP_STD_VER <= 17 || !defined(__cpp_char8_t)