summaryrefslogtreecommitdiffstats
path: root/library/fontchooser.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/fontchooser.tcl
parent8671ba73dc6f1792e75ae6aa5f72c063079cdd82 (diff)
downloadtk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.zip
tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.gz
tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.bz2
Remove unnecessary end-of-line spacing
Diffstat (limited to 'library/fontchooser.tcl')
-rw-r--r--library/fontchooser.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/fontchooser.tcl b/library/fontchooser.tcl
index 8b3f87e..8f91ade 100644
--- a/library/fontchooser.tcl
+++ b/library/fontchooser.tcl
@@ -105,7 +105,7 @@ proc ::tk::fontchooser::Configure {args} {
"bad option \"$option\": must be\
-command, -font, -parent, -title or -visible"
}
-
+
set cache [dict create -parent $S(-parent) -title $S(-title) \
-font $S(-font) -command $S(-command)]
set r [tclParseConfigSpec [namespace which -variable S] $specs "" $args]