aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/GettingStarted.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/GettingStarted.rst')
-rw-r--r--llvm/docs/GettingStarted.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 4777cde..bdb318d 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -46,10 +46,10 @@ Getting the Source Code and Building LLVM
stacked pull requests and reverts), you can filter them from your
`git fetch` (or `git pull`) with this configuration:
-.. code-block:: console
-
- git config --add remote.origin.fetch '^refs/heads/users/*'
- git config --add remote.origin.fetch '^refs/heads/revert-*'
+ .. code-block:: console
+
+ git config --add remote.origin.fetch '^refs/heads/users/*'
+ git config --add remote.origin.fetch '^refs/heads/revert-*'
#. Configure and build LLVM and Clang: