Remove superfluous trailing white space from TCL files

This commit is contained in:
Douglas Clowes
2014-05-16 12:30:51 +10:00
parent 89e4e37f9e
commit 92d3acb5d5
230 changed files with 1835 additions and 1835 deletions

View File

@@ -90,7 +90,7 @@ global STB
}
gets $channel data
puts "RECEIVED: $data"
switch [llength $data] {
switch [llength $data] {
0 {
puts "Oops received nothing"
set cmd XXX
@@ -208,12 +208,12 @@ global STB
}
}
}
flush stdout
flush stderr
flush $channel
}
# startserver -port 1034