Author: ddunbar
Date: Mon Jan  4 16:04:01 2010
New Revision: 92522

URL: http://llvm.org/viewvc/llvm-project?rev=92522&view=rev
Log:
Add missing newline (which breaks MSVC build???)

Modified:
    cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h

Modified: cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h?rev=92522&r1=92521&r2=92522&view=diff

==============================================================================
--- cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h (original)
+++ cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h Mon Jan  4 
16:04:01 2010
@@ -31,4 +31,4 @@
   
 }
 
-#endif // LLVM_CLANG_LEX_EXTERNAL_PREPROCESSOR_SOURCE_H
\ No newline at end of file
+#endif // LLVM_CLANG_LEX_EXTERNAL_PREPROCESSOR_SOURCE_H


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to