summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-25 21:27:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-25 21:27:04 (GMT)
commitfdf8a62f8c24e498f5444a5a110fb51c3b01b8c8 (patch)
tree5bd30b34c8a4c32bbec36f3ad458b295430934e5 /library/text.tcl
parenta3129322d24fa7319ca3ad4ec44b37a5ab4f4ec0 (diff)
downloadtk-fdf8a62f8c24e498f5444a5a110fb51c3b01b8c8.zip
tk-fdf8a62f8c24e498f5444a5a110fb51c3b01b8c8.tar.gz
tk-fdf8a62f8c24e498f5444a5a110fb51c3b01b8c8.tar.bz2
CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing
Diffstat (limited to 'library/text.tcl')
-rw-r--r--library/text.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/text.tcl b/library/text.tcl
index d53aa32..7d12e18 100644
--- a/library/text.tcl
+++ b/library/text.tcl
@@ -1212,6 +1212,6 @@ proc ::tk::TextScanDrag {w x y} {
}
if {[info exists Priv(mouseMoved)] && $Priv(mouseMoved)} {
$w scan dragto $x $y
- }
+ }
}