changeset: 99164:483a5cd9f975 branch: 2.7 parent: 99160:ff31af003c35 user: Terry Jan Reedy date: Mon Nov 16 07:36:12 2015 -0500 files: Lib/idlelib/MultiStatusBar.py description: Issue #24750: whitespace diff -r ff31af003c35 -r 483a5cd9f975 Lib/idlelib/MultiStatusBar.py --- a/Lib/idlelib/MultiStatusBar.py Mon Nov 16 07:32:19 2015 -0500 +++ b/Lib/idlelib/MultiStatusBar.py Mon Nov 16 07:36:12 2015 -0500 @@ -15,7 +15,7 @@ self.labels[name] = label else: label = self.labels[name] - if width != 0: + if width != 0: label.config(width=width) label.config(text=text)