[llvm][docs] Fix indentation of item list. [NFCI]
authorFrancesco Petrogalli <francesco.petrogalli@apple.com>
Tue, 24 Jan 2023 13:06:17 +0000 (14:06 +0100)
committerFrancesco Petrogalli <francesco.petrogalli@apple.com>
Tue, 24 Jan 2023 14:37:09 +0000 (15:37 +0100)
This fixes the rendering of the items at https://llvm.org/docs/GettingStarted.html#stand-alone-builds

Differential Revision: https://reviews.llvm.org/D142457

llvm/docs/GettingStarted.rst

index f1bb2d7..f2158a4 100644 (file)
@@ -149,8 +149,8 @@ Notice that:
   original folder where LLVMN was built
   (`$builddir!=$builddir_subproj`).
 * ``LLVM_ROOT`` should point to the prefix of your llvm installation,
-   so for example, if llvm is installed into ``/usr/bin`` and
-   ``/usr/lib64``, then you should pass ``-DLLVM_ROOT=/usr/``.
+  so for example, if llvm is installed into ``/usr/bin`` and
+  ``/usr/lib64``, then you should pass ``-DLLVM_ROOT=/usr/``.
 * Both the ``LLVM_ROOT`` and ``LLVM_EXTERNAL_LIT`` options are
   required to do stand-alone builds for all sub-projects.  Additional
   required options for each sub-project can be found in the table