summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-09 20:21:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-09 20:21:43 +0000
commitd9fe8e230afdeed9cb06120c257896c1cbd08ea3 (patch)
tree1b369da4b98d16396683e825ff93600fb620a9f5 /testsuites
parentFixed incorrect reference to RTEMS_BSP instead of RTEMS_BSP_FAMILY. (diff)
downloadrtems-d9fe8e230afdeed9cb06120c257896c1cbd08ea3.tar.bz2
Fixed some spacing.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/rtems++/System.h2
-rw-r--r--testsuites/libtests/rtems++/Task1.cc6
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/libtests/rtems++/System.h b/testsuites/libtests/rtems++/System.h
index db41e133bd..4ba340fcce 100644
--- a/testsuites/libtests/rtems++/System.h
+++ b/testsuites/libtests/rtems++/System.h
@@ -92,7 +92,7 @@ public:
const rtems_unsigned32 stack_size);
};
-#ifdef 0
+#if 0
//
// Not sure this can be tested in a generic manner, any ideas anyone !!
diff --git a/testsuites/libtests/rtems++/Task1.cc b/testsuites/libtests/rtems++/Task1.cc
index da1329d4b1..dc1238b750 100644
--- a/testsuites/libtests/rtems++/Task1.cc
+++ b/testsuites/libtests/rtems++/Task1.cc
@@ -625,8 +625,8 @@ void Task1::screen6(void)
else
printf("%s - message b1 size incorrect, size=%i\n", name_string(), size);
- // wait for task 3_1, and 3_2 to complete their timeout tests, will start these after
- // getting the broadcast message
+ // wait for task 3_1, and 3_2 to complete their timeout tests, will
+ // start these after getting the broadcast message
wake_after(7000000);
char *f1 = "flush message";
@@ -674,7 +674,7 @@ EndTask::EndTask(const char* name,
{
}
-void EndTask::body(rtems_task_argument )
+void EndTask::body(rtems_task_argument)
{
printf("*** END OF RTEMS++ TEST ***\n");
exit(0);