diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
commit | c8cd89e42e4eca01a7094f238b5ec337a55570d6 (patch) | |
tree | fa9bd81e01ecbd861cd680d3afca85e27da45259 /library/scrlbar.tcl | |
parent | 8671ba73dc6f1792e75ae6aa5f72c063079cdd82 (diff) | |
download | tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.zip tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.gz tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.bz2 |
Remove unnecessary end-of-line spacing
Diffstat (limited to 'library/scrlbar.tcl')
-rw-r--r-- | library/scrlbar.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/scrlbar.tcl b/library/scrlbar.tcl index 688d40a..e17442f 100644 --- a/library/scrlbar.tcl +++ b/library/scrlbar.tcl @@ -14,7 +14,7 @@ # The code below creates the default class bindings for scrollbars. #------------------------------------------------------------------------- -# Standard Motif bindings: +# Standard Motif bindings: if {[tk windowingsystem] eq "x11" || [tk windowingsystem] eq "aqua"} { bind Scrollbar <Enter> { |