[tor-commits] [metrics-tasks/master] task-6329: Remove extra whitespaces

karsten at torproject.org karsten at torproject.org
Sun Jul 15 08:17:02 UTC 2012


commit a339cf586cb320223d996666cc27767affb82cff
Author: delber <delber at riseup.net>
Date:   Sat Jul 14 13:07:13 2012 +0000

    task-6329: Remove extra whitespaces
---
 task-6329/tor-relays-stats.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/task-6329/tor-relays-stats.py b/task-6329/tor-relays-stats.py
index 0aa4854..822317a 100755
--- a/task-6329/tor-relays-stats.py
+++ b/task-6329/tor-relays-stats.py
@@ -86,7 +86,6 @@ class RelayStats(object):
         top = sorted(relays, key=operator.itemgetter('consensus_weight'))
         total_consensus_weight = self.get_total_consensus_weight()
         for relay in top[-count:]:
-            
             print "%3.4f%% %-20s %s" % (relay['consensus_weight'] * 100.0 / total_consensus_weight, relay['nickname'], relay['fingerprint'])
 
 OUTPUTS = {





More information about the tor-commits mailing list