From 34354668ee9af8c1ce8ee9e0385d13065c3ccc4f Mon Sep 17 00:00:00 2001 From: Uriziel Date: Fri, 25 Jan 2013 20:53:13 +0100 Subject: [PATCH] fixed mixed identation --- syncplay/ircBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ircBot.py b/syncplay/ircBot.py index 1e6e1b7..e445fdb 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