summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/cond.c')
-rw-r--r--apps/examples/ostest/cond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/ostest/cond.c b/apps/examples/ostest/cond.c
index 35456efc1..ed95473de 100644
--- a/apps/examples/ostest/cond.c
+++ b/apps/examples/ostest/cond.c
@@ -61,7 +61,7 @@ static void *thread_waiter(void *parameter)
printf("waiter_thread: Started\n");
- for(;;)
+ for (;;)
{
/* Take the mutex */