r213288 - Wrap a comment to 80 columns, no code change.
    Nico Weber 
    nicolasweber at gmx.de
       
    Thu Jul 17 11:19:31 PDT 2014
    
    
  
Author: nico
Date: Thu Jul 17 13:19:30 2014
New Revision: 213288
URL: http://llvm.org/viewvc/llvm-project?rev=213288&view=rev
Log:
Wrap a comment to 80 columns, no code change.
Modified:
    cfe/trunk/lib/Parse/ParseStmtAsm.cpp
Modified: cfe/trunk/lib/Parse/ParseStmtAsm.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseStmtAsm.cpp?rev=213288&r1=213287&r2=213288&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseStmtAsm.cpp (original)
+++ cfe/trunk/lib/Parse/ParseStmtAsm.cpp Thu Jul 17 13:19:30 2014
@@ -396,7 +396,8 @@ StmtResult Parser::ParseMicrosoftAsmStat
       SkippedStartOfLine = Tok.isAtStartOfLine();
       EndLoc = ConsumeBrace();
       BraceNesting--;
-      // Finish if all of the opened braces in the inline asm section were consumed.
+      // Finish if all of the opened braces in the inline asm section were
+      // consumed.
       if (BraceNesting == 0)
         break;
       else {
    
    
More information about the cfe-commits
mailing list