diff options
-rw-r--r-- | Parse/ParseStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parse/ParseStmt.cpp b/Parse/ParseStmt.cpp index 5184ebcd08..4ad89550bc 100644 --- a/Parse/ParseStmt.cpp +++ b/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 +} |