diff options
-rw-r--r-- | clang/docs/ClangFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst index b4968ef1036..2967fb9aab2 100644 --- a/clang/docs/ClangFormat.rst +++ b/clang/docs/ClangFormat.rst @@ -190,7 +190,7 @@ In an SVN client, you can do: .. code-block:: console - svn diff --diff-cmd=diff -x-U0 | clang-format-diff.py -i + svn diff --diff-cmd=diff -x -U0 | clang-format-diff.py -i The :option:`-U0` will create a diff without context lines (the script would format those as well). |