diff options
author | Mike Stump <mrs@apple.com> | 2009-10-06 23:38:31 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-10-06 23:38:31 +0000 |
commit | da5529121eb3102432170ee0a1797b9e58044a2f (patch) | |
tree | f11a78c8a433b8f36c50f30a2d409d6fd34fae67 /include/clang/AST/CXXInheritance.h | |
parent | 4657a992742862639a356352c26b4e88f995b578 (diff) |
Fix eof.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/CXXInheritance.h')
-rw-r--r-- | include/clang/AST/CXXInheritance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/CXXInheritance.h b/include/clang/AST/CXXInheritance.h index 2fc48abe04..a57bcc184a 100644 --- a/include/clang/AST/CXXInheritance.h +++ b/include/clang/AST/CXXInheritance.h @@ -209,4 +209,4 @@ public: } // end namespace clang -#endif
\ No newline at end of file +#endif |