[libcxx-commits] [PATCH] D108631: [libc++][NFC] Reindent error message

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 24 07:38:05 PDT 2021


ldionne created this revision.
ldionne added a reviewer: smeenai.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108631

Files:
  libcxx/include/locale.h


Index: libcxx/include/locale.h
===================================================================
--- libcxx/include/locale.h
+++ 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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108631.368342.patch
Type: text/x-patch
Size: 673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210824/d7a8b412/attachment-0001.bin>


More information about the libcxx-commits mailing list