diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-11-07 16:35:07 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-11-07 16:35:07 +0000 |
commit | e02bcdca8879d74909eb179ea3de08b1da7b8660 (patch) | |
tree | feef73aa296c4ac6c418e01cd56d910358844e81 /clang/lib/Lex/PPLexerChange.cpp | |
parent | 5f813e8de3b49882651357272894e902fe0cfb56 (diff) | |
download | bcm5719-llvm-e02bcdca8879d74909eb179ea3de08b1da7b8660.tar.gz bcm5719-llvm-e02bcdca8879d74909eb179ea3de08b1da7b8660.zip |
Remove spaces in empty line, NFC.
llvm-svn: 252405
Diffstat (limited to 'clang/lib/Lex/PPLexerChange.cpp')
-rw-r--r-- | clang/lib/Lex/PPLexerChange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/PPLexerChange.cpp b/clang/lib/Lex/PPLexerChange.cpp index 777c2fb9489..d43db1c34cb 100644 --- a/clang/lib/Lex/PPLexerChange.cpp +++ b/clang/lib/Lex/PPLexerChange.cpp @@ -121,7 +121,7 @@ void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer, CurSubmodule = nullptr; if (CurLexerKind != CLK_LexAfterModuleImport) CurLexerKind = CLK_Lexer; - + // Notify the client, if desired, that we are in a new source file. if (Callbacks && !CurLexer->Is_PragmaLexer) { SrcMgr::CharacteristicKind FileType = |