[cfe-commits] r92522 - /cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h
Daniel Dunbar
daniel at zuster.org
Mon Jan 4 14:04:01 PST 2010
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
More information about the cfe-commits
mailing list