From 2d7a5b29c8a7d6b2d19ebbecb9b14381e4119d57 Mon Sep 17 00:00:00 2001 From: Etienne Bergeron Date: Wed, 13 Jul 2016 06:37:39 +0000 Subject: [PATCH] fix missing whitespace in sphinx doc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275256 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ClangFormat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.50.1