]> granicus.if.org Git - python/commitdiff
Minor indentation cleanup -- jvr
authorJust van Rossum <just@lettererror.com>
Sat, 30 Oct 1999 11:44:25 +0000 (11:44 +0000)
committerJust van Rossum <just@lettererror.com>
Sat, 30 Oct 1999 11:44:25 +0000 (11:44 +0000)
Mac/Tools/IDE/PyEdit.py

index 35a5c1e46878ed252b70f39f0d96bd62096de4a7..63a21e7f1ce41a81c2a2773dec85f08f7402313d 100644 (file)
@@ -83,7 +83,7 @@ class Editor(W.Window):
                W.Window.__init__(self, bounds, self.title, minsize = (330, 120), tabbable = 0)
                self.setupwidgets(text)
                if change > 0:
-                               self.editgroup.editor.changed = 1
+                       self.editgroup.editor.changed = 1
                
                if self.settings.has_key("selection"):
                        selstart, selend = self.settings["selection"]