r252405 - Remove spaces in empty line, NFC.

Yaron Keren via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 7 08:35:07 PST 2015


Author: yrnkrn
Date: Sat Nov  7 10:35:07 2015
New Revision: 252405

URL: http://llvm.org/viewvc/llvm-project?rev=252405&view=rev
Log:
Remove spaces in empty line, NFC.


Modified:
    cfe/trunk/lib/Lex/PPLexerChange.cpp

Modified: cfe/trunk/lib/Lex/PPLexerChange.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPLexerChange.cpp?rev=252405&r1=252404&r2=252405&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPLexerChange.cpp (original)
+++ cfe/trunk/lib/Lex/PPLexerChange.cpp Sat Nov  7 10:35:07 2015
@@ -121,7 +121,7 @@ void Preprocessor::EnterSourceFileWithLe
   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 =




More information about the cfe-commits mailing list