summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-09 08:36:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-09 08:36:11 (GMT)
commit3b584dd13f75df5189437493efabbd778b627520 (patch)
tree821f17f5877b1ade82acf7e3250c266e0f49f81d /tools/tcltk-man2html.tcl
parenta085ffdd4371ddbd3b82e0c569031cb340dac662 (diff)
downloadtcl-3b584dd13f75df5189437493efabbd778b627520.zip
tcl-3b584dd13f75df5189437493efabbd778b627520.tar.gz
tcl-3b584dd13f75df5189437493efabbd778b627520.tar.bz2
Remove end-of-line spacing
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-xtools/tcltk-man2html.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 5b0e4a8..236a49f 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -680,7 +680,7 @@ try {
} trap {POSIX ENOENT} {} {
set f [open [file join $pkgsDir $dir configure.ac]]
}
- fconfigure $f -encoding utf-8
+ fconfigure $f -encoding utf-8
foreach line [split [read $f] \n] {
if {2 == [scan $line \
{ AC_INIT ( [%[^]]] , [%[^]]] ) } n v]} {
@@ -705,7 +705,7 @@ try {
set packageDirNameMap {}
if {$build_tcl} {
set f [open $tcltkdir/$tcldir/pkgs/package.list.txt]
- fconfigure $f -encoding utf-8
+ fconfigure $f -encoding utf-8
try {
foreach line [split [read $f] \n] {
if {[string trim $line] eq ""} continue