From: Mike Stump Date: Tue, 6 Oct 2009 23:38:31 +0000 (+0000) Subject: Fix eof. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da5529121eb3102432170ee0a1797b9e58044a2f;p=clang Fix eof. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83432 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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