aboutsummaryrefslogtreecommitdiff
path: root/testsuite/libdejagnu
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-17 23:00:06 +0000
committerBen Elliston <bje@gnu.org>2003-08-17 23:00:06 +0000
commit9be9665de1bb8c36f9d9835d442a6e0352336cfe (patch)
treec07b5b9e769f93314754c11728523d2bc8cceb97 /testsuite/libdejagnu
parentaadcd1c15534955f9ebf378db722ce6e1328ef35 (diff)
downloaddejagnu-9be9665de1bb8c36f9d9835d442a6e0352336cfe.zip
dejagnu-9be9665de1bb8c36f9d9835d442a6e0352336cfe.tar.gz
dejagnu-9be9665de1bb8c36f9d9835d442a6e0352336cfe.tar.bz2
More trailing whitespace.
Diffstat (limited to 'testsuite/libdejagnu')
-rw-r--r--testsuite/libdejagnu/Makefile.in2
-rw-r--r--testsuite/libdejagnu/tunit.exp6
-rw-r--r--testsuite/libdejagnu/unit.cc8
3 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/libdejagnu/Makefile.in b/testsuite/libdejagnu/Makefile.in
index bedda65..6e09185 100644
--- a/testsuite/libdejagnu/Makefile.in
+++ b/testsuite/libdejagnu/Makefile.in
@@ -163,7 +163,7 @@ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.s
clean-noinstPROGRAMS:
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-unit$(EXEEXT): $(unit_OBJECTS) $(unit_DEPENDENCIES)
+unit$(EXEEXT): $(unit_OBJECTS) $(unit_DEPENDENCIES)
@rm -f unit$(EXEEXT)
$(CXXLINK) $(unit_LDFLAGS) $(unit_OBJECTS) $(unit_LDADD) $(LIBS)
diff --git a/testsuite/libdejagnu/tunit.exp b/testsuite/libdejagnu/tunit.exp
index 55788af..58cd254 100644
--- a/testsuite/libdejagnu/tunit.exp
+++ b/testsuite/libdejagnu/tunit.exp
@@ -4,12 +4,12 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -48,7 +48,7 @@ verbose "Data section size of proctor is 0x$datasize"
# Execute the test case, and analyse the output
if { [host_execute "unit"] != "" } {
perror "unit had an execution error" 0
-}
+}
# All done, back to the top level test directory
cd ..
diff --git a/testsuite/libdejagnu/unit.cc b/testsuite/libdejagnu/unit.cc
index 98de84c..712ea67 100644
--- a/testsuite/libdejagnu/unit.cc
+++ b/testsuite/libdejagnu/unit.cc
@@ -57,12 +57,12 @@ main (int argc, char *argv[]) {
#endif
testClass1.tname = "testType1";
- testClass1.tnum = 1;
+ testClass1.tnum = 1;
testClass2.tname = "testType2";
- testClass2.tnum = 2;
+ testClass2.tnum = 2;
testClass3.tname = "testType3";
- testClass3.tnum = 3;
-
+ testClass3.tnum = 3;
+
// Test the pass message
test.pass ("bogus pass message for testing");
outstate = os2;