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

Unified Diff: Tools/Scripts/malloc-tree

Issue 20652002: Fix trailing whitespace in scripts and misc. files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't change literal diff. Created 7 years, 5 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 | « Tools/Scripts/find-extra-includes ('k') | Tools/Scripts/parse-malloc-history » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/malloc-tree
diff --git a/Tools/Scripts/malloc-tree b/Tools/Scripts/malloc-tree
index 41769cb9c6c404bc951c6d03df3cfaf1e2ef5e8b..fa8df42e0837923233bb9cfe5fa19b864066871c 100755
--- a/Tools/Scripts/malloc-tree
+++ b/Tools/Scripts/malloc-tree
@@ -171,7 +171,7 @@ def main():
inputFile = open(args[0], "r")
line = inputFile.readline()
-
+
rootNodes = {}
while line:
@@ -202,7 +202,7 @@ def main():
try:
for node in sortedRootNodes:
node.printNode()
- print
+ print
except:
pass
« no previous file with comments | « Tools/Scripts/find-extra-includes ('k') | Tools/Scripts/parse-malloc-history » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698