summaryrefslogtreecommitdiffstats
path: root/clang/tools
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-11-02 21:27:52 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-11-02 21:27:52 +0000
commit8bbed0b63a24ebced1a726daf47712ed6cced57d (patch)
tree536ea6d5aa46d16a9d1edd4fdac0128c0df56743 /clang/tools
parenta3ddf86dd49eacdbc3ba43118ab7606157f56dd0 (diff)
downloadbcm5719-llvm-8bbed0b63a24ebced1a726daf47712ed6cced57d.tar.gz
bcm5719-llvm-8bbed0b63a24ebced1a726daf47712ed6cced57d.zip
docs: remove double carriage-return
The double carriage return would silence a warning due to a missing .clang-format. Permit the error to bubble through. llvm-svn: 221107
Diffstat (limited to 'clang/tools')
-rw-r--r--clang/tools/clang-format/clang-format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-format/clang-format.py b/clang/tools/clang-format/clang-format.py
index 487b9ed48e1..3bb89e04b19 100644
--- a/clang/tools/clang-format/clang-format.py
+++ b/clang/tools/clang-format/clang-format.py
@@ -3,7 +3,7 @@
# - Add to your .vimrc:
#
# map <C-I> :pyf <path-to-this-file>/clang-format.py<cr>
-# imap <C-I> <c-o>:pyf <path-to-this-file>/clang-format.py<cr><cr>
+# imap <C-I> <c-o>:pyf <path-to-this-file>/clang-format.py<cr>
#
# The first line enables clang-format for NORMAL and VISUAL mode, the second
# line adds support for INSERT mode. Change "C-I" to another binding if you
OpenPOWER on IntegriCloud