diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-02-02 09:50:46 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-02-02 09:50:46 (GMT) |
commit | 3915218e094df939672b7fe0be3b2de7f16d2260 (patch) | |
tree | fa9bd81e01ecbd861cd680d3afca85e27da45259 /library/scrlbar.tcl | |
parent | 5c1eec4eb76b89adade3bc79867c65c414d50970 (diff) | |
download | tk-3915218e094df939672b7fe0be3b2de7f16d2260.zip tk-3915218e094df939672b7fe0be3b2de7f16d2260.tar.gz tk-3915218e094df939672b7fe0be3b2de7f16d2260.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> { |