r189119 - Fix indentation

Dmitri Gribenko gribozavr at gmail.com
Fri Aug 23 10:48:41 PDT 2013


Author: gribozavr
Date: Fri Aug 23 12:48:41 2013
New Revision: 189119

URL: http://llvm.org/viewvc/llvm-project?rev=189119&view=rev
Log:
Fix indentation

Modified:
    cfe/trunk/lib/AST/CommentLexer.cpp

Modified: cfe/trunk/lib/AST/CommentLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/CommentLexer.cpp?rev=189119&r1=189118&r2=189119&view=diff
==============================================================================
--- cfe/trunk/lib/AST/CommentLexer.cpp (original)
+++ cfe/trunk/lib/AST/CommentLexer.cpp Fri Aug 23 12:48:41 2013
@@ -157,7 +157,7 @@ const char *skipDecimalCharacterReferenc
 }
 
 const char *skipHexCharacterReference(const char *BufferPtr,
-                                          const char *BufferEnd) {
+                                      const char *BufferEnd) {
   for ( ; BufferPtr != BufferEnd; ++BufferPtr) {
     if (!isHTMLHexCharacterReferenceCharacter(*BufferPtr))
       return BufferPtr;





More information about the cfe-commits mailing list