diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2017-06-16 20:52:59 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2017-06-16 20:52:59 +0000 |
| commit | 4fc36ae50d64e3cf83ba3e9d5e44e5a9f9204680 (patch) | |
| tree | 424eddde646b21a2da748c0e8ad8dad9fe8aadd9 | |
| parent | f8b992dd080431231bb70104a9690d5339a0023a (diff) | |
| download | bcm5719-llvm-4fc36ae50d64e3cf83ba3e9d5e44e5a9f9204680.tar.gz bcm5719-llvm-4fc36ae50d64e3cf83ba3e9d5e44e5a9f9204680.zip | |
Killing a tab and some other spurious whitespace; NFC.
llvm-svn: 305586
| -rw-r--r-- | clang/lib/Frontend/FrontendActions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp index c5567a09636..9621889b27a 100644 --- a/clang/lib/Frontend/FrontendActions.cpp +++ b/clang/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 |

