From 17c96fffe461a6ba3f41e92305a1155c5243051e Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Thu, 27 Sep 2012 11:05:52 -0500 Subject: [PATCH] Remove trailing whitespace and a useless comment. --- scripts/review-stats/review-stats.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/review-stats/review-stats.py b/scripts/review-stats/review-stats.py index 8e1bd0c..d27f167 100755 --- a/scripts/review-stats/review-stats.py +++ b/scripts/review-stats/review-stats.py @@ -192,8 +192,6 @@ def run_query(bz): bugdata[bug.id]['depends'] = bug.depends_on bugdata[bug.id]['reviewflag'] = ' ' - # Keep track of "interesting" bugs for which we'll need to do complete - # lookups. We want anything with if bug.depends_on: alldeps.update(bug.depends_on) @@ -460,7 +458,7 @@ def report_needsponsor(bugs, bugdata, loader, usermap, tmpdir, subs): oldest[i.reporter] = i.creation_time elif i.creation_time < oldest[i.reporter]: oldest[i.reporter] = i.creation_time - + for i in selected: rowclass = rowclass_plain(data['count']) r = i.reporter;