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,7 +1,7 @@
#-------------------------------------------------------------
# This is a scriptcontext driver for the PSI EL755 magnet
# This is a scriptcontext driver for the PSI EL755 magnet
# controller.
#
#
# scriptchains:
# read - readreply
# write - writereply - writereadback
@@ -57,7 +57,7 @@ proc el755::writereply {num} {
error $reply
}
sct send [format "I %d" $num]
return writereadback
return writereadback
}
#--------------------------------------------------------------------
proc el755::writereadback {num} {