From 8f71a36f710b6196b4854760785c614910da3ff7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 20 Apr 2004 07:09:31 +0000 Subject: Remove stray white spaces. --- testsuites/mptests/mp14/exit.c | 4 ++-- testsuites/mptests/mp14/system.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testsuites/mptests/mp14') diff --git a/testsuites/mptests/mp14/exit.c b/testsuites/mptests/mp14/exit.c index 5e179621c0..69f1cf45f7 100644 --- a/testsuites/mptests/mp14/exit.c +++ b/testsuites/mptests/mp14/exit.c @@ -27,9 +27,9 @@ void Exit_test( void ) * Wait a bit before shutting down so we don't screw up the other node * when our MPCI shuts down */ - + rtems_task_wake_after(20); - + status = rtems_task_mode( RTEMS_NO_PREEMPT, RTEMS_PREEMPT_MASK, &old_mode ); directive_failed( status, "rtems_task_mode" ); diff --git a/testsuites/mptests/mp14/system.h b/testsuites/mptests/mp14/system.h index de45a1cfc8..06cfbda7f5 100644 --- a/testsuites/mptests/mp14/system.h +++ b/testsuites/mptests/mp14/system.h @@ -49,12 +49,12 @@ rtems_task Semaphore_task( void Exit_test( void ); /* configuration information */ - + #define CONFIGURE_MP_APPLICATION - + #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER - + #define CONFIGURE_TICKS_PER_TIMESLICE 1 #define CONFIGURE_MICROSECONDS_PER_TICK RTEMS_MILLISECONDS_TO_MICROSECONDS(1) -- cgit v1.2.3