diff options
author | Mike Stump <mrs@apple.com> | 2009-10-06 23:38:59 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-10-06 23:38:59 +0000 |
commit | 82109bd64a8494c801263c11f4d2294f47e21807 (patch) | |
tree | 461d2a9051ff3774c81ed319bbfea8a98eb53402 /lib/AST/CXXInheritance.cpp | |
parent | da5529121eb3102432170ee0a1797b9e58044a2f (diff) |
Fix eof.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CXXInheritance.cpp')
-rw-r--r-- | lib/AST/CXXInheritance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/CXXInheritance.cpp b/lib/AST/CXXInheritance.cpp index 838835b403..4a46eab2e6 100644 --- a/lib/AST/CXXInheritance.cpp +++ b/lib/AST/CXXInheritance.cpp @@ -241,4 +241,4 @@ bool CXXRecordDecl::FindNestedNameSpecifierMember(CXXBaseSpecifier *Specifier, } return false; -}
\ No newline at end of file +} |