From 699e0145882d44d6e181fb2f22d58f83c3ab1888 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 4 Jan 2010 22:04:01 +0000 Subject: [PATCH] Add missing newline (which breaks MSVC build???) llvm-svn: 92522 --- clang/include/clang/Lex/ExternalPreprocessorSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Lex/ExternalPreprocessorSource.h b/clang/include/clang/Lex/ExternalPreprocessorSource.h index e545b90e0912..af5c3898161e 100644 --- a/clang/include/clang/Lex/ExternalPreprocessorSource.h +++ b/clang/include/clang/Lex/ExternalPreprocessorSource.h @@ -31,4 +31,4 @@ public: } -#endif // LLVM_CLANG_LEX_EXTERNAL_PREPROCESSOR_SOURCE_H \ No newline at end of file +#endif // LLVM_CLANG_LEX_EXTERNAL_PREPROCESSOR_SOURCE_H