]> granicus.if.org Git - python/commitdiff
whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 23 Sep 2015 01:13:09 +0000 (21:13 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 23 Sep 2015 01:13:09 +0000 (21:13 -0400)
Lib/idlelib/PyShell.py

index 603e6522858d7ea7bb3c167984995b7bacca65e3..142630c97e66ada9e3cfffee11a4b90c20ef2999 100755 (executable)
@@ -1556,7 +1556,7 @@ def main():
     root.withdraw()
     flist = PyShellFileList(root)
     macosxSupport.setupApp(root, flist)
-    
+
     if macosxSupport.isAquaTk():
         # There are some screwed up <2> class bindings for text
         # widgets defined in Tk which we need to do away with.