From: Etienne Bergeron Date: Wed, 13 Jul 2016 06:37:39 +0000 (+0000) Subject: fix missing whitespace in sphinx doc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d7a5b29c8a7d6b2d19ebbecb9b14381e4119d57;p=clang fix missing whitespace in sphinx doc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275256 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormat.rst b/docs/ClangFormat.rst index b4968ef103..2967fb9aab 100644 --- a/docs/ClangFormat.rst +++ b/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).