From 74a4eb6d1612d63958e14a240cc526c9be8041e0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Apr 2014 13:28:22 -0600 Subject: Make sure that there is one space after for --- apps/netutils/thttpd/thttpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/netutils/thttpd/thttpd.c') diff --git a/apps/netutils/thttpd/thttpd.c b/apps/netutils/thttpd/thttpd.c index a04a932bf..57fe43514 100644 --- a/apps/netutils/thttpd/thttpd.c +++ b/apps/netutils/thttpd/thttpd.c @@ -756,7 +756,7 @@ int thttpd_main(int argc, char **argv) nvdbg("Entering the main loop\n"); (void)gettimeofday(&tv, NULL); - for(;;) + for (;;) { /* Do the fd watch */ -- cgit v1.2.3