summaryrefslogtreecommitdiff
path: root/apps/examples/igmp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/igmp')
-rw-r--r--apps/examples/igmp/Makefile2
-rw-r--r--apps/examples/igmp/igmp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/igmp/Makefile b/apps/examples/igmp/Makefile
index 8cfe69558..9128453ed 100644
--- a/apps/examples/igmp/Makefile
+++ b/apps/examples/igmp/Makefile
@@ -66,7 +66,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean
diff --git a/apps/examples/igmp/igmp.c b/apps/examples/igmp/igmp.c
index ebb4feb07..d50ea4a93 100644
--- a/apps/examples/igmp/igmp.c
+++ b/apps/examples/igmp/igmp.c
@@ -89,7 +89,7 @@ int igmp_main(int argc, char *argv[])
#endif
message("Configuring Ethernet...\n");
-
+
/* Many embedded network interfaces must have a software assigned MAC */
#ifdef CONFIG_EXAMPLES_IGMP_NOMAC