diff --git a/clang/lib/AST/CommentBriefParser.cpp b/clang/lib/AST/CommentBriefParser.cpp index 7b7e8d596578..47d52e19a2d3 100644 --- a/clang/lib/AST/CommentBriefParser.cpp +++ b/clang/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(); }