Remove superfluous trailing white space from TCL files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user