summaryrefslogtreecommitdiffstats
path: root/clang/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
commite02bcdca8879d74909eb179ea3de08b1da7b8660 (patch)
treefeef73aa296c4ac6c418e01cd56d910358844e81 /clang/lib/Lex/PPLexerChange.cpp
parent5f813e8de3b49882651357272894e902fe0cfb56 (diff)
downloadbcm5719-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.cpp2
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 =
OpenPOWER on IntegriCloud