commit | 82109bd64a8494c801263c11f4d2294f47e21807 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Tue Oct 06 23:38:59 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Tue Oct 06 23:38:59 2009 +0000 |
tree | 461d2a9051ff3774c81ed319bbfea8a98eb53402 | |
parent | da5529121eb3102432170ee0a1797b9e58044a2f [diff] |
Fix eof. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83433 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/CXXInheritance.cpp b/lib/AST/CXXInheritance.cpp index 838835b..4a46eab 100644 --- a/lib/AST/CXXInheritance.cpp +++ b/lib/AST/CXXInheritance.cpp
@@ -241,4 +241,4 @@ } return false; -} \ No newline at end of file +}