Cosmetic fix.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 5 Oct 2012 03:59:07 +0000 (23:59 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 5 Oct 2012 03:59:07 +0000 (23:59 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 08a192f39d462c3df607ab08b7c3ce05fd6ea406..8c512e27d3bac1257522aa10dd8ac3137737a91a 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -217,9 +217,9 @@ class Connection:
                         time.sleep(ANTI_BUZZ_DELAY)
                 elif self.status == "disconnected" \
                          and time.time() > self.last_xmit + DISCONNECT_TTL:
-                    # Queue is nonempty, but the IRC server might be down. Letting
-                    # failed connections retain queue space forever would be a
-                    # memory leak.  
+                    # Queue is nonempty, but the IRC server might be
+                    # down. Letting failed connections retain queue
+                    # space forever would be a memory leak.
                     self.status = "expired"
                     break
                 elif self.status == "unseen" \