Page MenuHomePhabricator

Whitespace removed at the end of a line does not appear in diff
Closed, ResolvedPublic

Description

The first Diff attached to this Review has a change on line 29 (original)/line 41 (modified) to remove one character of whitespace at the end of the line. However, Phabricator is not highlighting this line as changed:

http://reviews.llvm.org/D5023

Event Timeline

ddkilzer raised the priority of this task from to Needs Triage.
ddkilzer updated the task description. (Show Details)
ddkilzer added a project: Phabricator.
ddkilzer added a subscriber: ddkilzer.
epriestley claimed this task.

From the "Whitespace Changes" dropdown, select "Show All" to show all whitespace changes:

whitespace1.png (1×1 px, 205 KB)

With "Show All" selected, the trailing whitespace change is shown:

whitespace_shown.png (1×1 px, 205 KB)

You can find more information about the whitespace options in the documentation:

https://secure.phabricator.com/book/phabricator/article/differential_faq/#what-do-the-whitespace-o

Let us know if you run into anything else.