summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/cond.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-12 13:28:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-12 13:28:22 -0600
commit74a4eb6d1612d63958e14a240cc526c9be8041e0 (patch)
tree90ff9923b46383e6ea4e5ec0f162608fda1820fa /apps/examples/ostest/cond.c
parent5d99549aca261d40abf3e0d7180c2bddca3522b3 (diff)
downloadnuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.tar.gz
nuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.tar.bz2
nuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.zip
Make sure that there is one space after for
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 */