summaryrefslogtreecommitdiffstats
path: root/library/tearoff.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-02-02 09:50:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-02-02 09:50:46 (GMT)
commit0547516d16dcfe830857541e6be7c9316bfe8a61 (patch)
treefa9bd81e01ecbd861cd680d3afca85e27da45259 /library/tearoff.tcl
parent21453c373d9fc6b7f57826ff0ab4a90ba629c68a (diff)
downloadtk-0547516d16dcfe830857541e6be7c9316bfe8a61.zip
tk-0547516d16dcfe830857541e6be7c9316bfe8a61.tar.gz
tk-0547516d16dcfe830857541e6be7c9316bfe8a61.tar.bz2
Remove unnecessary end-of-line spacing
Diffstat (limited to 'library/tearoff.tcl')
-rw-r--r--library/tearoff.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tearoff.tcl b/library/tearoff.tcl
index 6da2a0f..b500023 100644
--- a/library/tearoff.tcl
+++ b/library/tearoff.tcl
@@ -150,7 +150,7 @@ proc ::tk::MenuDup {src dst type} {
set tags [bindtags $src]
set srcLen [string length $src]
-
+
# Copy tags to x, replacing each substring of src with dst.
while {[set index [string first $src $tags]] != -1} {