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,5 +1,5 @@
#-----------------------------------------------------
# This is a second generation counter driver for
# This is a second generation counter driver for
# the PSI EL737 counter boxes using scriptcontext
# communication.
#
@@ -11,8 +11,8 @@
# status: el737readstatus - el737status
# \ el737statval - el737statread
# values: el737readvalues - el737val
# threshold write: el737threshsend - el737threshrcv - el737cmdreply
#
# threshold write: el737threshsend - el737threshrcv - el737cmdreply
#
# Mark Koennecke, February 2009
#-----------------------------------------------------
proc el737error {reply} {
@@ -107,7 +107,7 @@ proc el737control {} {
return idle
}
}
}
#----------------------------------------------------
proc el737readstatus {} {
@@ -187,7 +187,7 @@ proc swapFirst {l} {
}
#---------------------------------------------------
# There are two types of reponses to the RA command:
# the old form with 5 values and the new one
# the old form with 5 values and the new one
# with 9 values
#---------------------------------------------------
proc el737val {} {
@@ -315,7 +315,7 @@ proc MakeSecEL737 {name netaddr} {
hfactory /sics/${name}/RS plain internal int
hfactory /sics/${name}/RA plain internal intvarar 8
$conname debug -1
}