r305586 - Killing a tab and some other spurious whitespace; NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 16 13:53:00 PDT 2017


Author: aaronballman
Date: Fri Jun 16 15:52:59 2017
New Revision: 305586

URL: http://llvm.org/viewvc/llvm-project?rev=305586&view=rev
Log:
Killing a tab and some other spurious whitespace; NFC.

Modified:
    cfe/trunk/lib/Frontend/FrontendActions.cpp

Modified: cfe/trunk/lib/Frontend/FrontendActions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/FrontendActions.cpp?rev=305586&r1=305585&r2=305586&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/FrontendActions.cpp (original)
+++ cfe/trunk/lib/Frontend/FrontendActions.cpp Fri Jun 16 15:52:59 2017
@@ -517,7 +517,7 @@ void PrintPreprocessedAction::ExecuteAct
     // file.  This is mostly a sanity check in case the file has no 
     // newlines whatsoever.
     if (end - cur > 256) end = cur + 256;
-	  
+
     while (next < end) {
       if (*cur == 0x0D) {  // CR
         if (*next == 0x0A)  // CRLF




More information about the cfe-commits mailing list