summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutextimedlock.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 15:49:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 15:49:52 +0000
commit1de949a8bda2912d663ad3b296fec0f1a9b03c46 (patch)
treee25cdaccd8695e13d3e58e7b4a091b8920d8a6d6 /cpukit/posix/src/mutextimedlock.c
parentSpaces to tabs. (diff)
downloadrtems-1de949a8bda2912d663ad3b296fec0f1a9b03c46.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/posix/src/mutextimedlock.c')
-rw-r--r--cpukit/posix/src/mutextimedlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/mutextimedlock.c b/cpukit/posix/src/mutextimedlock.c
index ca7d7091c1..f1d4dcee08 100644
--- a/cpukit/posix/src/mutextimedlock.c
+++ b/cpukit/posix/src/mutextimedlock.c
@@ -56,7 +56,7 @@ int pthread_mutex_timedlock(
* then we do a polling operation and convert the UNSATISFIED
* status into the appropriate error.
*
- * If the status is POSIX_ABSOLUTE_TIMEOUT_INVALID,
+ * If the status is POSIX_ABSOLUTE_TIMEOUT_INVALID,
* POSIX_ABSOLUTE_TIMEOUT_IS_IN_PAST, or POSIX_ABSOLUTE_TIMEOUT_IS_NOW,
* then we should not wait.
*/
@@ -64,7 +64,7 @@ int pthread_mutex_timedlock(
if ( status != POSIX_ABSOLUTE_TIMEOUT_IS_IN_FUTURE )
do_wait = false;
- lock_status = _POSIX_Mutex_Lock_support( mutex, do_wait, ticks );
+ lock_status = _POSIX_Mutex_Lock_support( mutex, do_wait, ticks );
/*
* This service only gives us the option to block. We used a polling
* attempt to lock if the abstime was not in the future. If we did