From: Aaron Ballman Date: Fri, 16 Jun 2017 20:52:59 +0000 (+0000) Subject: Killing a tab and some other spurious whitespace; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556bf223d104c27a815dde3433a2f8694231eb1d;p=clang Killing a tab and some other spurious whitespace; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305586 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Frontend/FrontendActions.cpp b/lib/Frontend/FrontendActions.cpp index c5567a0963..9621889b27 100644 --- a/lib/Frontend/FrontendActions.cpp +++ b/lib/Frontend/FrontendActions.cpp @@ -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