summaryrefslogtreecommitdiffstats
path: root/library/button.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)
commitc8cd89e42e4eca01a7094f238b5ec337a55570d6 (patch)
treefa9bd81e01ecbd861cd680d3afca85e27da45259 /library/button.tcl
parent8671ba73dc6f1792e75ae6aa5f72c063079cdd82 (diff)
downloadtk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.zip
tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.gz
tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.bz2
Remove unnecessary end-of-line spacing
Diffstat (limited to 'library/button.tcl')
-rw-r--r--library/button.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/button.tcl b/library/button.tcl
index c48515a..b2bafb2 100644
--- a/library/button.tcl
+++ b/library/button.tcl
@@ -17,7 +17,7 @@
#-------------------------------------------------------------------------
if {[tk windowingsystem] eq "aqua"} {
-
+
bind Radiobutton <Enter> {
tk::ButtonEnter %W
}
@@ -144,7 +144,7 @@ bind Radiobutton <Leave> {
if {"win32" eq [tk windowingsystem]} {
#########################
-# Windows implementation
+# Windows implementation
#########################
# ::tk::ButtonEnter --