summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cc3000/shell.c')
-rw-r--r--apps/examples/cc3000/shell.c2
1 files changed, 1 insertions, 1 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);