]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#10365 Trim trailing whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 27 May 2012 00:43:17 +0000 (20:43 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 27 May 2012 00:43:17 +0000 (20:43 -0400)
Lib/idlelib/IOBinding.py

index eb7f97b0737be9c29e77adea5836ef837a9d5114..3c0995a162d5bcb30da29bd9e05ca378f5f623cc 100644 (file)
@@ -183,7 +183,7 @@ class IOBinding:
             else:
                 if self.text:
                     self.text.focus_set()
-            
+
             return "break"
         #
         # Code for use outside IDLE: