Whitespace fix. Code is pylint clean and working.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 26 Nov 2012 06:05:44 +0000 (01:05 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 26 Nov 2012 06:05:44 +0000 (01:05 -0500)
irkerd

diff --git a/irkerd b/irkerd
index cc61fbc69da356afefd3c062ce78b07c0b622423..202593a2a63beacb6481d7ecc64c7775c1b1634b 100755 (executable)
--- 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: