commit | fa563a2ae3c8f374de520fc095d483a5bb9945f7 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri May 29 14:25:27 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri May 29 14:25:27 2009 -0700 |
tree | 5481fd36f783da0b8fda662fd0435464c5c9f09c | |
parent | 4a45271ab0dd4e29a3a112c8199e36158192cef2 [diff] |
Remove spurious whitespace from blank lines in diff views We shouldn't put an entity into the line if the line is empty, as it shows a space when the user tries to select the line text. In theory I had put these here to preserve the line height, but that is already taken care of for us by the line numbers which appear in the same table row, using the same font. Bug: GERRIT-211 Signed-off-by: Shawn O. Pearce <sop@google.com>