[cfe-commits] r83432 - /cfe/trunk/include/clang/AST/CXXInheritance.h
Mike Stump
mrs at apple.com
Tue Oct 6 16:38:31 PDT 2009
Author: mrs
Date: Tue Oct 6 18:38:31 2009
New Revision: 83432
URL: http://llvm.org/viewvc/llvm-project?rev=83432&view=rev
Log:
Fix eof.
Modified:
cfe/trunk/include/clang/AST/CXXInheritance.h
Modified: cfe/trunk/include/clang/AST/CXXInheritance.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CXXInheritance.h?rev=83432&r1=83431&r2=83432&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/CXXInheritance.h (original)
+++ cfe/trunk/include/clang/AST/CXXInheritance.h Tue Oct 6 18:38:31 2009
@@ -209,4 +209,4 @@
} // end namespace clang
-#endif
\ No newline at end of file
+#endif
More information about the cfe-commits
mailing list