]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213288 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseStmtAsm.cpp

index f66121b1ec782fbc94307619a8bb3a606f2e2004..f7e8307883dec7daf3ac590b93227d6a98ad2d6f 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 {