Debugger/WatchPointViewer.py

changeset 3032
927a2f8b3669
parent 3021
801289962f4e
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Debugger/WatchPointViewer.py	Sat Oct 19 11:14:51 2013 +0200
+++ b/Debugger/WatchPointViewer.py	Sat Oct 19 11:49:31 2013 +0200
@@ -237,7 +237,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