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

@@ -38,7 +38,7 @@ proc ::event::waitfor {sobj args} {
eval $args
while {$sobjBusy == 1} {
wait 1
}
}
scriptcallback remove $sobj $CBID
SetStatus $oldStatus
} message ] {
@@ -53,12 +53,12 @@ namespace import ::event::waitfor
publish waitfor user
namespace eval ::batch::call_cleanup { }
namespace eval ::batch::call_cleanup { }
proc ::batch::cleanup {} {}
##
# @brief Calls a user defined cleanup script when a batch file ends or is aborted
# The cleanup script must be called ::batch::call_cleanup
proc ::batch::call_cleanup {} {
proc ::batch::call_cleanup {} {
::batch::cleanup
proc ::batch::cleanup {} {}
}