summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-31 20:32:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-31 20:32:49 +0000
commitc0191ed21b7cb6f978fbde31d7e106a8c801ee03 (patch)
treeefb705b6235f0edf97501e65f3bcd78d1ef4eca0 /apps/examples
parent16b9e9e0c7e36ab8d14a0a5be3aa10ea40d15fd3 (diff)
downloadnuttx-c0191ed21b7cb6f978fbde31d7e106a8c801ee03.tar.gz
nuttx-c0191ed21b7cb6f978fbde31d7e106a8c801ee03.tar.bz2
nuttx-c0191ed21b7cb6f978fbde31d7e106a8c801ee03.zip
Numerous cosmetic changes while debugging a telnet driver issue
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4353 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/telnetd/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/telnetd/shell.c b/apps/examples/telnetd/shell.c
index 9e2a2e30e..8cf695551 100644
--- a/apps/examples/telnetd/shell.c
+++ b/apps/examples/telnetd/shell.c
@@ -152,7 +152,7 @@ static void shell_parse(FAR char *line, int len)
/****************************************************************************
* Name: shell_session
****************************************************************************/
-
+
int shell_session(int argc, char *argv[])
{
char line[128];