summaryrefslogtreecommitdiff
path: root/apps/examples/ftpc/ftpc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ftpc/ftpc_main.c')
-rw-r--r--apps/examples/ftpc/ftpc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/ftpc/ftpc_main.c b/apps/examples/ftpc/ftpc_main.c
index deba62c1c..a66895e22 100644
--- a/apps/examples/ftpc/ftpc_main.c
+++ b/apps/examples/ftpc/ftpc_main.c
@@ -243,7 +243,7 @@ static int ftpc_execute(SESSION handle, int argc, char *argv[])
*/
cmd = argv[0];
-
+
/* See if the command is one that we understand */
for (cmdmap = g_cmdmap; cmdmap->cmd; cmdmap++)