From a0ed4edee0b01392c5274ec85b26cf682a9ade3e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Apr 2004 06:13:55 +0000 Subject: Remove stray white spaces. --- cpukit/score/src/coremutex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/coremutex.c') diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c index 6ec0f1ccf0..8e8b7456d8 100644 --- a/cpukit/score/src/coremutex.c +++ b/cpukit/score/src/coremutex.c @@ -30,7 +30,7 @@ * This routine initializes a mutex at create time and set the control * structure according to the values passed. * - * Input parameters: + * Input parameters: * the_mutex - the mutex control block to initialize * the_mutex_attributes - the mutex attributes specified at create time * initial_lock - mutex initial lock or unlocked status @@ -45,7 +45,7 @@ void _CORE_mutex_Initialize( ) { -/* Add this to the RTEMS environment later ????????? +/* Add this to the RTEMS environment later ????????? rtems_assert( initial_lock == CORE_MUTEX_LOCKED || initial_lock == CORE_MUTEX_UNLOCKED ); */ -- cgit v1.2.3