]> granicus.if.org Git - python/commitdiff
Issue #24750: whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 16 Nov 2015 12:36:12 +0000 (07:36 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 16 Nov 2015 12:36:12 +0000 (07:36 -0500)
Lib/idlelib/MultiStatusBar.py

index 5d5298516ad0f3861c874a3b028db407c7ece99d..e3d59ee8c10ef358862ed13cc6fb583c849efeb2 100644 (file)
@@ -15,7 +15,7 @@ class MultiStatusBar(Frame):
             self.labels[name] = label
         else:
             label = self.labels[name]
-        if width != 0: 
+        if width != 0:
             label.config(width=width)
         label.config(text=text)