From d9fe8e230afdeed9cb06120c257896c1cbd08ea3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Oct 1997 20:21:43 +0000 Subject: Fixed some spacing. --- c/src/tests/libtests/rtems++/Task1.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/tests/libtests/rtems++/Task1.cc') diff --git a/c/src/tests/libtests/rtems++/Task1.cc b/c/src/tests/libtests/rtems++/Task1.cc index da1329d4b1..dc1238b750 100644 --- a/c/src/tests/libtests/rtems++/Task1.cc +++ b/c/src/tests/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); -- cgit v1.2.3