From 14ef11c110e574ecc575fff3e43a95b88452a8fb Mon Sep 17 00:00:00 2001 From: Etienne Bergeron Date: Wed, 13 Jul 2016 06:37:39 +0000 Subject: fix missing whitespace in sphinx doc llvm-svn: 275256 --- clang/docs/ClangFormat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang') 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). -- cgit v1.2.3