summaryrefslogtreecommitdiff
path: root/apps/examples/wget
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
commit43ec94a665e13552402ff4f102e0f65f6792cf29 (patch)
tree05da26d1bb5e364c1a388afd54630d5ae3ca4aa7 /apps/examples/wget
parent70b6bb22af51defd713adfd452309f32f0e523aa (diff)
downloadpx4-nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.gz
px4-nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.bz2
px4-nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.zip
More trailing whilespace removal
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;
}