Commit 0e499bfe authored by ishell's avatar ishell Committed by Commit bot

[grokdump] Annoying line wrapping fixed.

NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1136443002

Cr-Commit-Position: refs/heads/master@{#28294}
parent 976b6b2c
......@@ -2375,7 +2375,7 @@ class InspectionWebFormatter(object):
f.write(address_fmt % self.format_address(slot))
f.write(" ")
self.td_from_address(f, maybe_address)
f.write(":&nbsp; %s &nbsp;</td>\n" % straddress)
f.write(":&nbsp;%s&nbsp;</td>\n" % straddress)
f.write(" <td>")
if maybe_address != None:
self.output_comment_box(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment