summaryrefslogtreecommitdiff
path: root/apps/examples/wget
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wget')
-rw-r--r--apps/examples/wget/Makefile2
-rw-r--r--apps/examples/wget/target.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/wget/Makefile b/apps/examples/wget/Makefile
index 3e5f5d63d..5e6c1480c 100644
--- a/apps/examples/wget/Makefile
+++ b/apps/examples/wget/Makefile
@@ -62,7 +62,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean
diff --git a/apps/examples/wget/target.c b/apps/examples/wget/target.c
index 9a1de83b3..62bb08978 100644
--- a/apps/examples/wget/target.c
+++ b/apps/examples/wget/target.c
@@ -36,7 +36,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -144,7 +144,7 @@ int wget_main(int argc, char *argv[])
uip_setnetmask("eth0", &addr);
/* Then start the server */
-
+
wget(CONFIG_EXAMPLES_WGET_URL, g_iobuffer, 512, callback, NULL);
return 0;
}