summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-05-27 00:45:35 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-05-27 00:45:35 (GMT)
commit7f5d4104b4fc3399f996f54800da07243a6f0ffa (patch)
tree2d908036667c71047f58f211265e7e7fc7420111
parenteaa7e7825e9f4b211bc104cfde6cc951f9dcb94e (diff)
downloadcpython-7f5d4104b4fc3399f996f54800da07243a6f0ffa.zip
cpython-7f5d4104b4fc3399f996f54800da07243a6f0ffa.tar.gz
cpython-7f5d4104b4fc3399f996f54800da07243a6f0ffa.tar.bz2
#10365 Trim trailing whitespace
-rw-r--r--Lib/idlelib/IOBinding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py
index e11253e..5f1b8e4 100644
--- a/Lib/idlelib/IOBinding.py
+++ b/Lib/idlelib/IOBinding.py
@@ -223,7 +223,7 @@ class IOBinding:
else:
if self.text:
self.text.focus_set()
-
+
return "break"
#
# Code for use outside IDLE: