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

@@ -45,14 +45,14 @@ proc reldrive {args} {
} message ] {
if {$::errorCode=="NONE"} {return }
return -code error $message
}
}
}
publish reldrive user
##
# @brief A convenience command for fetching motor parameter values
#
# This convenience command is useful for avoiding command
# This convenience command is useful for avoiding command
# substitution problems when defining hdb node read scripts.
proc getmotpar {motor par} {
return [SplitReply [$motor $par]]