From 5933fdb2d54dde9446b666fd4429332437c99f24 Mon Sep 17 00:00:00 2001 From: Uriziel Date: Fri, 25 Jan 2013 21:30:43 +0100 Subject: [PATCH] revert commit about mixed identation --- syncplay/ircBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ircBot.py b/syncplay/ircBot.py index e445fdb..1e6e1b7 100644 --- a/syncplay/ircBot.py +++ b/syncplay/ircBot.py @@ -138,7 +138,7 @@ class Bot(object): out += u['file'] break else: - out += '[no file]' + out += '[no file]' self.msg(to, out) out = 'Users: ' i = 0