aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2007-12-01 08:06:07 +0000
committerSeo Sanghyeon <sanxiyn@gmail.com>2007-12-01 08:06:07 +0000
commitcd5af4b5863c63b62cde96ad6d52fb1eec0e26bb (patch)
tree4885bafbab5b6f873416623662b96f27e9868afc
parente7716e6133e23e4a89248a65a388bc840d8c130c (diff)
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44488 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Parse/ParseStmt.cpp2
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
+}