diff --git a/putsch.py b/putsch.py
index 1d5c1591319ad7d2bfec5709acfe3b3b1b9918a4..c6cc68f591784ecfba6a041f2eb31721d8bafd65 100644
--- a/putsch.py
+++ b/putsch.py
@@ -167,8 +167,8 @@ class Boooob(ircbot.SingleServerIRCBot):
                             serv.privmsg(personne, "Pense a rejoindre le chann #lg_putsch_loups !")
                             serv.invite(personne, "#lg_putsch_loups")
                         else:
-		            if f == "villageois":
-                            	self.villageois.append(f)
+                            if f == "villageois":
+                                self.villageois.append(f)
                             setattr(self, f, personne)
                         self.phase2 = self.phase2 + 1
                         break