summaryrefslogtreecommitdiff
path: root/apps/examples
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
parent5d99549aca261d40abf3e0d7180c2bddca3522b3 (diff)
downloadpx4-nuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.tar.gz
px4-nuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.tar.bz2
px4-nuttx-74a4eb6d1612d63958e14a240cc526c9be8041e0.zip
Make sure that there is one space after for
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/cc3000/shell.c2
-rw-r--r--apps/examples/ostest/cond.c2
-rw-r--r--apps/examples/telnetd/shell.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/cc3000/shell.c b/apps/examples/cc3000/shell.c
index 9678863e0..f28d3f0ed 100644
--- a/apps/examples/cc3000/shell.c
+++ b/apps/examples/cc3000/shell.c
@@ -171,7 +171,7 @@ int shell_session(int argc, char *argv[])
stkmon_disp();
#endif
- for(;;)
+ for (;;)
{
printf(SHELL_PROMPT);
fflush(stdout);
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 */
diff --git a/apps/examples/telnetd/shell.c b/apps/examples/telnetd/shell.c
index c26b1e168..03d178e9c 100644
--- a/apps/examples/telnetd/shell.c
+++ b/apps/examples/telnetd/shell.c
@@ -164,7 +164,7 @@ int shell_session(int argc, char *argv[])
printf("uIP command shell -- NuttX style\n");
printf("Type '?' and return for help\n");
- for(;;)
+ for (;;)
{
printf(SHELL_PROMPT);
fflush(stdout);