From 874297f3bea7761cf05ae26540b7a9e21d4a6e1d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Apr 2004 10:01:03 +0000 Subject: Remove stray white spaces. --- cpukit/posix/src/mutexunlock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/posix/src/mutexunlock.c') diff --git a/cpukit/posix/src/mutexunlock.c b/cpukit/posix/src/mutexunlock.c index 7169c7a2b1..b88ae4c269 100644 --- a/cpukit/posix/src/mutexunlock.c +++ b/cpukit/posix/src/mutexunlock.c @@ -23,7 +23,7 @@ /*PAGE * * 11.3.3 Locking and Unlocking a Mutex, P1003.1c/Draft 10, p. 93 - * + * * NOTE: P1003.4b/D8 adds pthread_mutex_timedlock(), p. 29 */ @@ -34,7 +34,7 @@ int pthread_mutex_unlock( register POSIX_Mutex_Control *the_mutex; Objects_Locations location; CORE_mutex_Status status; - + the_mutex = _POSIX_Mutex_Get( mutex, &location ); switch ( location ) { case OBJECTS_REMOTE: @@ -51,7 +51,7 @@ int pthread_mutex_unlock( case OBJECTS_LOCAL: status = _CORE_mutex_Surrender( &the_mutex->Mutex, - the_mutex->Object.id, + the_mutex->Object.id, #if defined(RTEMS_MULTIPROCESSING) _POSIX_Threads_mutex_MP_support #else -- cgit v1.2.3