summaryrefslogtreecommitdiff
path: root/lib/AST/CommentBriefParser.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-07-20 17:02:25 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-07-20 17:02:25 +0000
commit4423f81705bd834054f9940d4eb9195addaea065 (patch)
tree469fbf885b2964e73f538dbaba561708e0aa0f6d /lib/AST/CommentBriefParser.cpp
parent72021ff4038cbc48b09a3acb743e319809f086db (diff)
downloadclang-4423f81705bd834054f9940d4eb9195addaea065.tar.gz
CommentBriefParser: coding style fix
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CommentBriefParser.cpp')
-rw-r--r--lib/AST/CommentBriefParser.cpp3
1 files changed, 1 insertions, 2 deletions
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();
}