From 37bc5549789d193d7dbae9846a309a7398152549 Mon Sep 17 00:00:00 2001 Message-Id: <37bc5549789d193d7dbae9846a309a7398152549.1717058938.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 19 Jul 2014 01:59:26 +0100 Subject: [PATCH 1/1] mon/tripemon.in: Whitespace fixing. Organization: Straylight/Edgeware From: Mark Wooding --- mon/tripemon.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon/tripemon.in b/mon/tripemon.in index 4b8dd24f..b8c37230 100644 --- a/mon/tripemon.in +++ b/mon/tripemon.in @@ -1595,7 +1595,7 @@ class MonitorWindow (MyWindow): else: ## Insert the new items into the menu. (XXX this seems buggy XXX) - ## Tick the peers which are actually connected. + ## Tick the peers which are actually connected. i = j = 0 for peer in monitor.autopeers: if j < len(existing) and \ -- [mdw]