Remove spaces in empty line, NFC.

llvm-svn: 252405
This commit is contained in:
Yaron Keren 2015-11-07 16:35:07 +00:00
parent 5f813e8de3
commit e02bcdca88
1 changed files with 1 additions and 1 deletions

View File

@ -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 =