[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit a339cf586cb320223d996666cc27767affb82cff
Author: delber <delber@xxxxxxxxxx>
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 = {



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits