From: Eric S. Raymond Date: Fri, 5 Oct 2012 03:59:07 +0000 (-0400) Subject: Cosmetic fix. X-Git-Tag: 1.7~8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=029d4bc041bc2b9bcda590cbe065bc086a6ab350;p=irker.git Cosmetic fix. --- diff --git a/irkerd b/irkerd index 08a192f..8c512e2 100755 --- 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" \