[libcxx-commits] [libcxx] 2540c77 - [libc++][NFC] Reindent error message
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 23 12:34:55 PDT 2021
Author: Louis Dionne
Date: 2021-08-23T15:34:51-04:00
New Revision: 2540c773600250c2f7a2773f1102dd56cff0e5a9
URL: https://github.com/llvm/llvm-project/commit/2540c773600250c2f7a2773f1102dd56cff0e5a9
DIFF: https://github.com/llvm/llvm-project/commit/2540c773600250c2f7a2773f1102dd56cff0e5a9.diff
LOG: [libc++][NFC] Reindent error message
Added:
Modified:
libcxx/include/locale.h
Removed:
################################################################################
diff --git a/libcxx/include/locale.h b/libcxx/include/locale.h
index 0b34134d718a..c53b54fd48c3 100644
--- a/libcxx/include/locale.h
+++ b/libcxx/include/locale.h
@@ -36,8 +36,7 @@
#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)
More information about the libcxx-commits
mailing list