Remove superfluous trailing white space from TCL files
This commit is contained in:
@@ -57,7 +57,7 @@ proc motorload {filename} {
|
||||
#------------------------------------------------------------------------
|
||||
proc loadmotordir {dirname} {
|
||||
set l [glob $dirname/*.par]
|
||||
foreach e $l {
|
||||
foreach e $l {
|
||||
set ret [catch {motorload $e} msg]
|
||||
if { $ret != 0} {
|
||||
clientput "ERROR: failed to load $e with $msg"
|
||||
|
||||
Reference in New Issue
Block a user