Wrap a comment to 80 columns, no code change.
authorNico Weber <nicolasweber@gmx.de>
Thu, 17 Jul 2014 18:19:30 +0000 (18:19 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 17 Jul 2014 18:19:30 +0000 (18:19 +0000)
llvm-svn: 213288

clang/lib/Parse/ParseStmtAsm.cpp

index f66121b..f7e8307 100644 (file)
@@ -396,7 +396,8 @@ StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) {
       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 {