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 7b7e8d5..47d52e1 100644
--- a/lib/AST/CommentBriefParser.cpp
+++ b/lib/AST/CommentBriefParser.cpp
@@ -120,8 +120,7 @@
   return ReturnsParagraph;
 }
 
-BriefParser::BriefParser(Lexer &L) : L(L)
-{
+BriefParser::BriefParser(Lexer &L) : L(L) {
   // Get lookahead token.
   ConsumeToken();
 }