r275256 - fix missing whitespace in sphinx doc
Etienne Bergeron via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 12 23:37:39 PDT 2016
Author: etienneb
Date: Wed Jul 13 01:37:39 2016
New Revision: 275256
URL: http://llvm.org/viewvc/llvm-project?rev=275256&view=rev
Log:
fix missing whitespace in sphinx doc
Modified:
cfe/trunk/docs/ClangFormat.rst
Modified: cfe/trunk/docs/ClangFormat.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormat.rst?rev=275256&r1=275255&r2=275256&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormat.rst (original)
+++ cfe/trunk/docs/ClangFormat.rst Wed Jul 13 01:37:39 2016
@@ -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).
More information about the cfe-commits
mailing list