From: Eric S. Raymond Date: Mon, 26 Nov 2012 06:05:44 +0000 (-0500) Subject: Whitespace fix. Code is pylint clean and working. X-Git-Tag: 1.14~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4cf4a0d009ac955a0e6683659c843ebdf105874b;p=irker.git Whitespace fix. Code is pylint clean and working. --- 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: