Helpviewer/ClosedTabsManager.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
--- a/Helpviewer/ClosedTabsManager.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Helpviewer/ClosedTabsManager.py	Sun Nov 03 15:58:22 2013 +0100
@@ -37,8 +37,8 @@
         @return flag indicating equality of the tabs (boolean)
         """
         return self.url == other.url and \
-               self.title == other.title and \
-               self.position == other.position
+            self.title == other.title and \
+            self.position == other.position
 
 
 class ClosedTabsManager(QObject):

eric ide

mercurial