[or-cvs] r20282: {torctl} Remove some tabs. Backport from trunk because I'm not sure i (torctl/branches/stable/python/TorCtl)

mikeperry at seul.org mikeperry at seul.org
Thu Aug 13 19:49:51 UTC 2009


Author: mikeperry
Date: 2009-08-13 15:49:51 -0400 (Thu, 13 Aug 2009)
New Revision: 20282

Modified:
   torctl/branches/stable/python/TorCtl/TorCtl.py
Log:

Remove some tabs. Backport from trunk because I'm not sure if
some python versions would puke on these.



Modified: torctl/branches/stable/python/TorCtl/TorCtl.py
===================================================================
--- torctl/branches/stable/python/TorCtl/TorCtl.py	2009-08-13 19:43:11 UTC (rev 20281)
+++ torctl/branches/stable/python/TorCtl/TorCtl.py	2009-08-13 19:49:51 UTC (rev 20282)
@@ -473,7 +473,7 @@
             self._err((e.__class__, e, None))
           return
         else:
-		  isEvent = 0
+          isEvent = 0
 
       if isEvent:
         if self._handler is not None:



More information about the tor-commits mailing list