From 43ec94a665e13552402ff4f102e0f65f6792cf29 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 16:24:28 -0600 Subject: More trailing whilespace removal --- apps/netutils/thttpd/thttpd_cgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/netutils/thttpd/thttpd_cgi.c') diff --git a/apps/netutils/thttpd/thttpd_cgi.c b/apps/netutils/thttpd/thttpd_cgi.c index 9e63b25b4..1c931bb22 100644 --- a/apps/netutils/thttpd/thttpd_cgi.c +++ b/apps/netutils/thttpd/thttpd_cgi.c @@ -530,7 +530,7 @@ static inline int cgi_interpose_output(struct cgi_conn_s *cc) return 1; } - /* Figure out the status. Look for a Status: or Location: header; else if + /* Figure out the status. Look for a Status: or Location: header; else if * there's an HTTP header line, get it from there; else default to 200. */ @@ -811,7 +811,7 @@ static int cgi_child(int argc, char **argv) cc->rdfd = pipefd[0]; close(pipefd[1]); - + if (ret < 0) { nlldbg("STDOUT dup2: %d\n", errno); -- cgit v1.2.3