From cd5af4b5863c63b62cde96ad6d52fb1eec0e26bb Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Sat, 1 Dec 2007 08:06:07 +0000 Subject: [PATCH] Test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44488 91177308-0d34-0410-b5e6-96231b3b80d8 --- Parse/ParseStmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.50.1