summaryrefslogtreecommitdiff
path: root/apps/examples/tcpecho/tcpecho_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tcpecho/tcpecho_main.c')
-rw-r--r--apps/examples/tcpecho/tcpecho_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/tcpecho/tcpecho_main.c b/apps/examples/tcpecho/tcpecho_main.c
index a8a86a7b2..8b26656f4 100644
--- a/apps/examples/tcpecho/tcpecho_main.c
+++ b/apps/examples/tcpecho/tcpecho_main.c
@@ -246,7 +246,7 @@ static int tcpecho_server(void)
maxi = 0; /* max index into client[] array */
- while(!stop)
+ while (!stop)
{
nready = poll(client, maxi+1, TCPECHO_POLLTIMEOUT);