aboutsummaryrefslogtreecommitdiff
path: root/testsuite/libdejagnu/unit.cc
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/unit.cc
parentaadcd1c15534955f9ebf378db722ce6e1328ef35 (diff)
downloaddejagnu-9be9665de1bb8c36f9d9835d442a6e0352336cfe.zip
dejagnu-9be9665de1bb8c36f9d9835d442a6e0352336cfe.tar.gz
dejagnu-9be9665de1bb8c36f9d9835d442a6e0352336cfe.tar.bz2
More trailing whitespace.
Diffstat (limited to 'testsuite/libdejagnu/unit.cc')
-rw-r--r--testsuite/libdejagnu/unit.cc8
1 files changed, 4 insertions, 4 deletions
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;