From 8bbed0b63a24ebced1a726daf47712ed6cced57d Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 2 Nov 2014 21:27:52 +0000 Subject: 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 --- clang/tools/clang-format/clang-format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/tools/clang-format/clang-format.py') 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 :pyf /clang-format.py -# imap :pyf /clang-format.py +# imap :pyf /clang-format.py # # 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 -- cgit v1.2.3