From: Mike Stump Date: Tue, 6 Oct 2009 23:38:59 +0000 (+0000) Subject: Fix eof. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82109bd64a8494c801263c11f4d2294f47e21807;p=clang 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 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 +}