[libcxx-commits] [libcxx] cf765b1 - [libc++][NFC] Reindent documentation for LIBCXX_ENABLE_UNICODE

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 9 08:14:42 PDT 2021


Author: Louis Dionne
Date: 2021-09-09T11:14:39-04:00
New Revision: cf765b1929156cc46bd708fb308a860e6c2d7f15

URL: https://github.com/llvm/llvm-project/commit/cf765b1929156cc46bd708fb308a860e6c2d7f15
DIFF: https://github.com/llvm/llvm-project/commit/cf765b1929156cc46bd708fb308a860e6c2d7f15.diff

LOG: [libc++][NFC] Reindent documentation for LIBCXX_ENABLE_UNICODE

Added: 
    

Modified: 
    libcxx/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt
index 21624f652f73..924a9f191178 100644
--- a/libcxx/CMakeLists.txt
+++ b/libcxx/CMakeLists.txt
@@ -118,8 +118,8 @@ option(LIBCXX_ENABLE_LOCALIZATION
    will be completely unusable, and other parts may be only partly available." ON)
 option(LIBCXX_ENABLE_UNICODE
   "Whether to include support for Unicode in the library. Disabling Unicode can
-  be useful when porting to platforms that don't support UTF-8 encoding (e.g.
-  embedded)." ON)
+   be useful when porting to platforms that don't support UTF-8 encoding (e.g.
+   embedded)." ON)
 option(LIBCXX_ENABLE_VENDOR_AVAILABILITY_ANNOTATIONS
   "Whether to turn on vendor availability annotations on declarations that depend
    on definitions in a shared library. By default, we assume that we're not building


        


More information about the libcxx-commits mailing list