[libc++][NFC] Reindent error message

This commit is contained in:
Louis Dionne 2021-08-23 15:34:40 -04:00
parent f5c2889488
commit 2540c77360
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ Functions:
#include <__config>
#if defined(_LIBCPP_HAS_NO_LOCALIZATION)
#error \
"The Localization library is not supported since libc++ has been configured with LIBCXX_ENABLE_LOCALIZATION disabled"
# error "The Localization library is not supported since libc++ has been configured with LIBCXX_ENABLE_LOCALIZATION disabled"
#endif
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)