[libcxx-commits] [libcxx] c67f497 - [libc++][NFC] Fix indentation of documentation
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 17 07:52:22 PDT 2021
Author: Louis Dionne
Date: 2021-08-17T10:52:17-04:00
New Revision: c67f497e7aeab28df5fd335b3c8cc89e6d52b762
URL: https://github.com/llvm/llvm-project/commit/c67f497e7aeab28df5fd335b3c8cc89e6d52b762
DIFF: https://github.com/llvm/llvm-project/commit/c67f497e7aeab28df5fd335b3c8cc89e6d52b762.diff
LOG: [libc++][NFC] Fix indentation of documentation
Added:
Modified:
libcxx/docs/index.rst
Removed:
################################################################################
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index d4205a1bcc275..b13e42f1dd2eb 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -128,8 +128,8 @@ for all the platforms and compilers that we claim to support. If a platform or c
is not listed here, it is not officially supported. It may happen to work, and
in practice the library is known to work on some platforms not listed here, but
we don't make any guarantees. If you would like your compiler and/or platform
-to be formally supported and listed here,
-please work with the libc++ team to set up testing for your configuration.
+to be formally supported and listed here, please work with the libc++ team to set
+up testing for your configuration.
C++ Dialect Support
More information about the libcxx-commits
mailing list