From 43ec94a665e13552402ff4f102e0f65f6792cf29 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 16:24:28 -0600 Subject: More trailing whilespace removal --- apps/examples/ftpd/Makefile | 2 +- apps/examples/ftpd/ftpd_main.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/examples/ftpd') diff --git a/apps/examples/ftpd/Makefile b/apps/examples/ftpd/Makefile index 61752931c..d1c4eb6b6 100644 --- a/apps/examples/ftpd/Makefile +++ b/apps/examples/ftpd/Makefile @@ -62,7 +62,7 @@ ROOTDEPPATH = --dep-path . # Common build -VPATH = +VPATH = all: .built diff --git a/apps/examples/ftpd/ftpd_main.c b/apps/examples/ftpd/ftpd_main.c index 1907da18c..a6f8506f9 100644 --- a/apps/examples/ftpd/ftpd_main.c +++ b/apps/examples/ftpd/ftpd_main.c @@ -226,7 +226,7 @@ int ftpd_main(int s_argc, char **s_argv) if (!g_ftpdglob.initialized) { - + /* Bring up the network */ printf("Initializing the network\n"); @@ -256,7 +256,7 @@ int ftpd_main(int s_argc, char **s_argv) { printf("Starting the FTP daemon\n"); g_ftpdglob.pid = TASK_CREATE("FTP daemon", CONFIG_EXAMPLES_FTPD_PRIO, - CONFIG_EXAMPLES_FTPD_STACKSIZE, + CONFIG_EXAMPLES_FTPD_STACKSIZE, ftpd_daemon, NULL); if (g_ftpdglob.pid < 0) { -- cgit v1.2.3