Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-20 07:09:31 +00:00
parent d3fdf89f66
commit 8f71a36f71
80 changed files with 390 additions and 391 deletions

View File

@@ -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 */