summaryrefslogtreecommitdiff
path: root/docs/ClangFormat.rst
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-04-26 19:24:09 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-04-26 19:24:09 +0000
commitf0c55418e2b09eaab37c820d3756cc1b4584d084 (patch)
tree9263bf60f263bb5a7aaa4d2c1be43e5fc4d942e0 /docs/ClangFormat.rst
parent583e75cce441388bc562fa225d23499261a0091e (diff)
Notes
Diffstat (limited to 'docs/ClangFormat.rst')
-rw-r--r--docs/ClangFormat.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ClangFormat.rst b/docs/ClangFormat.rst
index dc1e2b9a7639b..ed0e58e452d30 100644
--- a/docs/ClangFormat.rst
+++ b/docs/ClangFormat.rst
@@ -162,8 +162,9 @@ Download the latest Visual Studio extension from the `alpha build site
Script for patch reformatting
=============================
-The python script `clang/tools/clang-format-diff.py` parses the output of
-a unified diff and reformats all contained lines with :program:`clang-format`.
+The python script `clang/tools/clang-format/clang-format-diff.py` parses the
+output of a unified diff and reformats all contained lines with
+:program:`clang-format`.
.. code-block:: console