diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-01-04 22:04:01 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-01-04 22:04:01 +0000 |
commit | f8c381fff1a3c10e0f7f0c9f223f08e8d7dce0e3 (patch) | |
tree | 7307b9bef5802fdebc5ded26517e58ade9915073 /include/clang/Lex/ExternalPreprocessorSource.h | |
parent | f381cc90d6cfa0966ddf791db57a6ed6c2462b5d (diff) |
Add missing newline (which breaks MSVC build???)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/ExternalPreprocessorSource.h')
-rw-r--r-- | include/clang/Lex/ExternalPreprocessorSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |