[cfe-commits] r83433 - /cfe/trunk/lib/AST/CXXInheritance.cpp

Mike Stump mrs at apple.com
Tue Oct 6 16:38:59 PDT 2009


Author: mrs
Date: Tue Oct  6 18:38:59 2009
New Revision: 83433

URL: http://llvm.org/viewvc/llvm-project?rev=83433&view=rev
Log:
Fix eof.

Modified:
    cfe/trunk/lib/AST/CXXInheritance.cpp

Modified: cfe/trunk/lib/AST/CXXInheritance.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/CXXInheritance.cpp?rev=83433&r1=83432&r2=83433&view=diff

==============================================================================
--- cfe/trunk/lib/AST/CXXInheritance.cpp (original)
+++ cfe/trunk/lib/AST/CXXInheritance.cpp Tue Oct  6 18:38:59 2009
@@ -241,4 +241,4 @@
   }
   
   return false;
-}
\ No newline at end of file
+}





More information about the cfe-commits mailing list