]> granicus.if.org Git - clang/commitdiff
Remove spaces in empty line, NFC.
authorYaron Keren <yaron.keren@gmail.com>
Sat, 7 Nov 2015 16:35:07 +0000 (16:35 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sat, 7 Nov 2015 16:35:07 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252405 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PPLexerChange.cpp

index 777c2fb94899a0d3deb142694e7cb2d874f98e26..d43db1c34cb4c26f2b54dc8c987e4bcb8d671eec 100644 (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 =