From 31c71ca0eb83967085f21713b1dedff8c7f7a90f Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 23 Aug 2013 17:48:41 +0000 Subject: [PATCH] Fix indentation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189119 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/CommentLexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AST/CommentLexer.cpp b/lib/AST/CommentLexer.cpp index b195d52e8e..475532d9a9 100644 --- a/lib/AST/CommentLexer.cpp +++ b/lib/AST/CommentLexer.cpp @@ -157,7 +157,7 @@ const char *skipDecimalCharacterReference(const char *BufferPtr, } const char *skipHexCharacterReference(const char *BufferPtr, - const char *BufferEnd) { + const char *BufferEnd) { for ( ; BufferPtr != BufferEnd; ++BufferPtr) { if (!isHTMLHexCharacterReferenceCharacter(*BufferPtr)) return BufferPtr; -- 2.50.1