Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: tools/grokdump.py

Issue 1136443002: [grokdump] Annoying line wrapping fixed. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grokdump.py
diff --git a/tools/grokdump.py b/tools/grokdump.py
index 44f294d03db3f6084ca44e946fb1855a7a9e4e84..26e53c785413bd0b0c1a860f240c132d724e804b 100755
--- a/tools/grokdump.py
+++ b/tools/grokdump.py
@@ -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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698