summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-10-06 23:38:59 +0000
committerMike Stump <mrs@apple.com>2009-10-06 23:38:59 +0000
commit512c5b770f766f5d0dfe4b5d5a3bd15cb934e0fa (patch)
tree4c7e3b717ec2a4e555fd8cb83a772b18d4b242c4 /clang/lib
parent4992f59699d6583f2fc0d1ca052d68559e6541b5 (diff)
downloadbcm5719-llvm-512c5b770f766f5d0dfe4b5d5a3bd15cb934e0fa.tar.gz
bcm5719-llvm-512c5b770f766f5d0dfe4b5d5a3bd15cb934e0fa.zip
Fix eof.
llvm-svn: 83433
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/AST/CXXInheritance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/CXXInheritance.cpp b/clang/lib/AST/CXXInheritance.cpp
index 838835b4030..4a46eab2e60 100644
--- a/clang/lib/AST/CXXInheritance.cpp
+++ b/clang/lib/AST/CXXInheritance.cpp
@@ -241,4 +241,4 @@ bool CXXRecordDecl::FindNestedNameSpecifierMember(CXXBaseSpecifier *Specifier,
}
return false;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud