aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-17 23:05:55 +0000
committerBen Elliston <bje@gnu.org>2003-08-17 23:05:55 +0000
commit8c1451b2dc3c8b64da6eb45db166e91e180cd440 (patch)
treeb02d85f97ecc2453f7b03878f7f3250e98fa6b26 /contrib
parent9be9665de1bb8c36f9d9835d442a6e0352336cfe (diff)
downloaddejagnu-8c1451b2dc3c8b64da6eb45db166e91e180cd440.zip
dejagnu-8c1451b2dc3c8b64da6eb45db166e91e180cd440.tar.gz
dejagnu-8c1451b2dc3c8b64da6eb45db166e91e180cd440.tar.bz2
More trailing whitespace fixes.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/test-tool2
-rwxr-xr-xcontrib/testit14
2 files changed, 8 insertions, 8 deletions
diff --git a/contrib/test-tool b/contrib/test-tool
index 32ab887..f966eaf 100755
--- a/contrib/test-tool
+++ b/contrib/test-tool
@@ -60,7 +60,7 @@ done
# FIXME: It sure would be nice if `testdir' wasn't necessary. :-(
case $tool in
- g++)
+ g++)
devoname=gcc
checktarget=check-g++
testdir=testsuite
diff --git a/contrib/testit b/contrib/testit
index e866aa6..443b831 100755
--- a/contrib/testit
+++ b/contrib/testit
@@ -488,7 +488,7 @@ proc Alias { args} {
# the alias name, and the second parameter is
# the procedure that is aliased.
# Returns: nothing, the command that is bound to the alias or a
-# list of all aliases - command pairs.
+# list of all aliases - command pairs.
# Sideeffects: internalAliasList is updated, and the alias
# proc is inserted
##########
@@ -819,7 +819,7 @@ if [string match "" $tmp] then {
}
}
-# Procedure: dialogbox
+# Procedure: dialogbox
proc dialogbox {} {
set w .frame6.top2
catch {destroy $w}
@@ -857,7 +857,7 @@ if [info exists editor] then {
}
}
}
-.frame6.frame.text2 delete 0.0 end
+.frame6.frame.text2 delete 0.0 end
set fd [open $name r]
while { [gets $fd line]>=0 } {
.frame6.frame.text2 insert end "$line\n"
@@ -899,8 +899,8 @@ proc XFLocalParseAppDefs {xfAppDefFile} {
# situation where a resource name ends in . and when it
# ends in *. In the second case you want to keep the *
# in the widget name for pattern matching, but you want
- # to get rid of the . if it is the end of the name.
- set backup -2
+ # to get rid of the . if it is the end of the name.
+ set backup -2
set line [string trim $line]
if {[string index $line 0] == "#" || "$line" == ""} {
# skip comments and empty lines
@@ -910,7 +910,7 @@ proc XFLocalParseAppDefs {xfAppDefFile} {
set resource [string trim [lindex $list 0]]
set i [string last "." $resource]
set j [string last "*" $resource]
- if {$j > $i} {
+ if {$j > $i} {
set i $j
set backup -1
}
@@ -1035,7 +1035,7 @@ proc XFLocalSetAppDefs {{xfWidgetPath "."}} {
# make sure this command is a widget.
if {![catch "winfo id $widget"] &&
[string match "${xfWidgetPath}*" $widget]} {
- catch "$widget configure -$name $value"
+ catch "$widget configure -$name $value"
}
}
}