From: Dmitri Gribenko Date: Fri, 20 Jul 2012 17:02:25 +0000 (+0000) Subject: CommentBriefParser: coding style fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4423f81705bd834054f9940d4eb9195addaea065;p=clang CommentBriefParser: coding style fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160551 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CommentBriefParser.cpp b/lib/AST/CommentBriefParser.cpp index 7b7e8d5965..47d52e19a2 100644 --- a/lib/AST/CommentBriefParser.cpp +++ b/lib/AST/CommentBriefParser.cpp @@ -120,8 +120,7 @@ std::string BriefParser::Parse() { return ReturnsParagraph; } -BriefParser::BriefParser(Lexer &L) : L(L) -{ +BriefParser::BriefParser(Lexer &L) : L(L) { // Get lookahead token. ConsumeToken(); }