CommentBriefParser: coding style fix

llvm-svn: 160551
This commit is contained in:
Dmitri Gribenko 2012-07-20 17:02:25 +00:00
parent 77369eead6
commit af03ef7cce
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}