summaryrefslogtreecommitdiff
path: root/lib/Lex/PPLexerChange.cpp
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-11-07 16:35:07 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-11-07 16:35:07 +0000
commit2c25ff02162e791fbf7718d201d74beb6bb3e9a2 (patch)
tree1cca8aa2d30e188907aac52a68e9b9f2cf65ee67 /lib/Lex/PPLexerChange.cpp
parentf53ed706412b179a9168b8c468b11ac1ca4f0af1 (diff)
Remove spaces in empty line, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PPLexerChange.cpp')
-rw-r--r--lib/Lex/PPLexerChange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/PPLexerChange.cpp b/lib/Lex/PPLexerChange.cpp
index 777c2fb948..d43db1c34c 100644
--- a/lib/Lex/PPLexerChange.cpp
+++ b/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 =