From 33c3b54d57b50ac3d236e2660556a9a2ecb8dcad Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 29 Nov 2009 11:57:23 +0000 Subject: Whitespace removal. --- cpukit/rtems/include/rtems/rtems/config.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/config.h') diff --git a/cpukit/rtems/include/rtems/rtems/config.h b/cpukit/rtems/include/rtems/rtems/config.h index c89207de85..2217463d5a 100644 --- a/cpukit/rtems/include/rtems/rtems/config.h +++ b/cpukit/rtems/include/rtems/rtems/config.h @@ -44,7 +44,7 @@ extern "C" { */ typedef struct { /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Tasks which are configured for this application. */ uint32_t maximum_tasks; @@ -56,51 +56,51 @@ typedef struct { bool notepads_enabled; /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Timers which are configured for this application. */ uint32_t maximum_timers; /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Semaphores which are configured for this application. */ uint32_t maximum_semaphores; /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Message Queues which are configured for this application. */ uint32_t maximum_message_queues; /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Partitions which are configured for this application. */ uint32_t maximum_partitions; /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Regions which are configured for this application. */ uint32_t maximum_regions; /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Dual Ported Memory Areas which are configured for this * application. */ uint32_t maximum_ports; /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Rate Monotonic Periods which are configured for this * application. */ uint32_t maximum_periods; /** - * This field contains the maximum number of Classic API + * This field contains the maximum number of Classic API * Barriers which are configured for this application. */ uint32_t maximum_barriers; -- cgit v1.2.3