From 4cf4a0d009ac955a0e6683659c843ebdf105874b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Nov 2012 01:05:44 -0500 Subject: [PATCH] Whitespace fix. Code is pylint clean and working. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irkerd b/irkerd index cc61fbc..202593a 100755 --- a/irkerd +++ b/irkerd @@ -437,7 +437,7 @@ class Irker: target = event.target # irclib 5.0 compatibility, because the maintainer continues to be a # fool. - if callable(target): + if callable(target): target = target() self.debug(1, "irker has been kicked from %s on %s" % (target, connection.server)) if connection.context: -- 2.26.2