diff --git a/clang/Parse/ParseStmt.cpp b/clang/Parse/ParseStmt.cpp index 5184ebcd08f5..4ad89550bc5c 100644 --- a/clang/Parse/ParseStmt.cpp +++ b/clang/Parse/ParseStmt.cpp @@ -1077,4 +1077,4 @@ Parser::DeclTy *Parser::ParseFunctionStatementBody(DeclTy *Decl, // TODO: Pass argument information. return Actions.ActOnFinishFunctionBody(Decl, FnBody.Val); -} \ No newline at end of file +}