]> granicus.if.org Git - clang/commitdiff
Killing a tab and some other spurious whitespace; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 16 Jun 2017 20:52:59 +0000 (20:52 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 16 Jun 2017 20:52:59 +0000 (20:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305586 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/FrontendActions.cpp

index c5567a09636b5031d2f8849b1813f215d1cfcd5b..9621889b27add93bd3ab004a985732abb2320960 100644 (file)
@@ -517,7 +517,7 @@ void PrintPreprocessedAction::ExecuteAction() {
     // 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