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

@@ -1,4 +1,4 @@
# TODO Make readonly getset macro for AttFactor
# TODO Make readonly getset macro for AttFactor
##
# @file The velocity selector position is used as the reference for other instrument
@@ -112,7 +112,7 @@ namespace eval parameters {
set paramlist {
AttFactor
BSdiam
DetPosYOffset
DetPosYOffset
EApPosY
EApShape
EApX
@@ -121,8 +121,8 @@ namespace eval parameters {
L1
L2
Plex
SamYOffset
Transmission
SamYOffset
Transmission
}
}
##
@@ -144,9 +144,9 @@ proc ::parameters::missingparams {} {
}
##
# @brief Check list
# @brief Check list
proc check {args} {
switch $args {
switch $args {
"missing" {
::parameters::missingparams
}