progress: fix indentation
authorMartin Geisler <mg@lazybytes.net>
Fri, 11 May 2012 18:41:04 +0200
changeset 16676 654b9e1966f7
parent 16675 f29f187ee73d
child 16683 525fdb738975
progress: fix indentation
hgext/progress.py
--- a/hgext/progress.py	Fri May 11 15:13:13 2012 +0200
+++ b/hgext/progress.py	Fri May 11 18:41:04 2012 +0200
@@ -237,7 +237,7 @@
             # truncate the list of topics assuming all topics within
             # this one are also closed
             if topic in self.topics:
-              self.topics = self.topics[:self.topics.index(topic)]
+                self.topics = self.topics[:self.topics.index(topic)]
         else:
             if topic not in self.topics:
                 self.starttimes[topic] = now