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/mp05/system.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'testsuites/mptests/mp05') diff --git a/testsuites/mptests/mp05/system.h b/testsuites/mptests/mp05/system.h index a0e7ee0d9d..70e8f09e37 100644 --- a/testsuites/mptests/mp05/system.h +++ b/testsuites/mptests/mp05/system.h @@ -28,12 +28,12 @@ rtems_task Test_task( rtems_asr Process_asr( rtems_signal_set ); /* configuration information */ - + #define CONFIGURE_MP_APPLICATION - + #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER - + #define CONFIGURE_MAXIMUM_TASKS 2 #define CONFIGURE_MAXIMUM_TIMERS 1 @@ -50,14 +50,14 @@ TEST_EXTERN rtems_name Task_name[ 4 ]; /* array of task names */ TEST_EXTERN rtems_id Timer_id[ 2 ]; /* array of timer ids */ TEST_EXTERN rtems_name Timer_name[ 2 ]; /* array of timer names */ - + TEST_EXTERN volatile rtems_boolean Stop_Test; - + TEST_EXTERN uint32_t remote_node; TEST_EXTERN rtems_id remote_tid; TEST_EXTERN rtems_signal_set remote_signal; TEST_EXTERN rtems_signal_set expected_signal; TEST_EXTERN volatile uint32_t signal_count; TEST_EXTERN volatile uint32_t signal_caught; - + /* end of include file */ -- cgit v1.2.3