Skip to content

Commit 43c5fb7

Browse files
committed
Fix indentation in documentation
1 parent a57278b commit 43c5fb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/docs/VendorDocumentation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ The following options allow building libc++ for a different ABI version.
319319

320320
Select the ABI library to build libc++ against. This CMake option also supports "consumption specifiers", which
321321
specify how the selected ABI library should be consumed by libc++. The supported specifiers are:
322-
- ``shared``: The selected ABI library should be used as a shared library.
323-
- ``static``: The selected ABI library should be used as a static library.
324-
- ``merged``: The selected ABI library should be a static library whose object files will be merged directly into the produced libc++ library.
322+
- ``shared``: The selected ABI library should be used as a shared library.
323+
- ``static``: The selected ABI library should be used as a static library.
324+
- ``merged``: The selected ABI library should be a static library whose object files will be merged directly into the produced libc++ library.
325325

326326
A consumption specifier is provided by appending it to the name of the library, such as ``LIBCXX_CXX_ABI=merged-libcxxabi``.
327327
If no consumption specifier is provided, the libc++ shared library will default to using a shared ABI library, and the

0 commit comments

Comments
 (0)