summaryrefslogtreecommitdiff
path: root/apps/examples/poll
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/poll')
-rw-r--r--apps/examples/poll/Makefile2
-rw-r--r--apps/examples/poll/poll_listener.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/poll/Makefile b/apps/examples/poll/Makefile
index 7507e6449..9431398f8 100644
--- a/apps/examples/poll/Makefile
+++ b/apps/examples/poll/Makefile
@@ -62,7 +62,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean
diff --git a/apps/examples/poll/poll_listener.c b/apps/examples/poll/poll_listener.c
index 4c5e602c3..d7f4bf495 100644
--- a/apps/examples/poll/poll_listener.c
+++ b/apps/examples/poll/poll_listener.c
@@ -249,7 +249,7 @@ void *poll_listener(pthread_addr_t pvarg)
}
while (nbytes > 0);
}
-
+
/* Make sure that everything is displayed */
msgflush();