Skip to content
Snippets Groups Projects
Commit 556bf223 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

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
parent fb40328f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment