From 029d4bc041bc2b9bcda590cbe065bc086a6ab350 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 4 Oct 2012 23:59:07 -0400 Subject: [PATCH] Cosmetic fix. --- irkerd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" \ -- 2.26.2