summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/rmutex.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
commit43ec94a665e13552402ff4f102e0f65f6792cf29 (patch)
tree05da26d1bb5e364c1a388afd54630d5ae3ca4aa7 /apps/examples/ostest/rmutex.c
parent70b6bb22af51defd713adfd452309f32f0e523aa (diff)
downloadnuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.gz
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.bz2
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.zip
More trailing whilespace removal
Diffstat (limited to 'apps/examples/ostest/rmutex.c')
-rw-r--r--apps/examples/ostest/rmutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/ostest/rmutex.c b/apps/examples/ostest/rmutex.c
index ffd99c2df..5456cddb7 100644
--- a/apps/examples/ostest/rmutex.c
+++ b/apps/examples/ostest/rmutex.c
@@ -64,7 +64,7 @@ static void thread_inner(int id, int level)
printf("thread_inner[%d, %d]: Locked\n", id, level);
/* Give the other threads a chance */
-
+
pthread_yield();
thread_inner(id, level+1);
pthread_yield();
@@ -127,7 +127,7 @@ void recursive_mutex_test(void)
{
printf("recursive_mutex_test: ERROR pthread_mutexattr_gettype return type=%d\n", type);
}
-
+
/* Initialize the mutex */
printf("recursive_mutex_test: Initializing mutex\n");