diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-20 17:02:25 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-20 17:02:25 +0000 |
commit | af03ef7cce8223e79cee0df115b49ad99156c8f2 (patch) | |
tree | 531f5b93a4dcc9d1e4a8ebdf7bd0c592737f3122 /clang/lib/AST/CommentBriefParser.cpp | |
parent | 77369eead6050f5d47bc621e02b1c48173921c1a (diff) | |
download | bcm5719-llvm-af03ef7cce8223e79cee0df115b49ad99156c8f2.tar.gz bcm5719-llvm-af03ef7cce8223e79cee0df115b49ad99156c8f2.zip |
CommentBriefParser: coding style fix
llvm-svn: 160551
Diffstat (limited to 'clang/lib/AST/CommentBriefParser.cpp')
-rw-r--r-- | clang/lib/AST/CommentBriefParser.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/AST/CommentBriefParser.cpp b/clang/lib/AST/CommentBriefParser.cpp index 7b7e8d59657..47d52e19a2d 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(); } |