summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_telnetd.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/nshlib/nsh_telnetd.c
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/nshlib/nsh_telnetd.c')
-rw-r--r--apps/nshlib/nsh_telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_telnetd.c b/apps/nshlib/nsh_telnetd.c
index 9e712cc7b..c77e256a4 100644
--- a/apps/nshlib/nsh_telnetd.c
+++ b/apps/nshlib/nsh_telnetd.c
@@ -123,7 +123,7 @@ int nsh_telnetlogin(struct console_stdio_s *pstate)
/* Loop for the configured number of retries */
- for(i = 0; i < CONFIG_NSH_TELNET_FAILCOUNT; i++)
+ for (i = 0; i < CONFIG_NSH_TELNET_FAILCOUNT; i++)
{
/* Ask for the login username */