From: Nico Weber Date: Thu, 17 Jul 2014 18:19:30 +0000 (+0000) Subject: Wrap a comment to 80 columns, no code change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=861ef174dc635d085cf1ef52cdcd00e5f4a73fab;p=clang Wrap a comment to 80 columns, no code change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213288 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseStmtAsm.cpp b/lib/Parse/ParseStmtAsm.cpp index f66121b1ec..f7e8307883 100644 --- a/lib/Parse/ParseStmtAsm.cpp +++ b/lib/Parse/ParseStmtAsm.cpp @@ -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 {