Debugger/WatchPointViewer.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3032
927a2f8b3669
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Debugger/WatchPointViewer.py
--- a/Debugger/WatchPointViewer.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Debugger/WatchPointViewer.py	Sun Nov 03 15:58:22 2013 +0100
@@ -239,7 +239,7 @@
             if not special:
                 msg = self.trUtf8("""<p>A watch expression '<b>{0}</b>'"""
                                   """ already exists.</p>""")\
-                        .format(Utilities.html_encode(cond))
+                    .format(Utilities.html_encode(cond))
             else:
                 msg = self.trUtf8(
                     """<p>A watch expression '<b>{0}</b>'"""

eric ide

mercurial