diff options
author | Etienne Bergeron <etienneb@google.com> | 2016-07-13 06:37:39 +0000 |
---|---|---|
committer | Etienne Bergeron <etienneb@google.com> | 2016-07-13 06:37:39 +0000 |
commit | 14ef11c110e574ecc575fff3e43a95b88452a8fb (patch) | |
tree | 7fcda34c345d8901e5c03b6502fcc87539a32b57 | |
parent | d8b9735a464a7852bb2e98692d3b532f898b864d (diff) | |
download | bcm5719-llvm-14ef11c110e574ecc575fff3e43a95b88452a8fb.tar.gz bcm5719-llvm-14ef11c110e574ecc575fff3e43a95b88452a8fb.zip |
fix missing whitespace in sphinx doc
llvm-svn: 275256
-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). |