]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 23 Sep 2015 01:13:28 +0000 (21:13 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 23 Sep 2015 01:13:28 +0000 (21:13 -0400)
Lib/idlelib/PyShell.py

index 4a68b198dc2e32671b0bdb26d832d27f5e927730..6bbd45678acc56498e66807841962b2bfaf180ae 100755 (executable)
@@ -1547,7 +1547,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.