From f8c381fff1a3c10e0f7f0c9f223f08e8d7dce0e3 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???) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92522 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/ExternalPreprocessorSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Lex/ExternalPreprocessorSource.h b/include/clang/Lex/ExternalPreprocessorSource.h index e545b90e09..af5c389816 100644 --- a/include/clang/Lex/ExternalPreprocessorSource.h +++ b/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 -- 2.40.0