summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/proc.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2017-01-17 22:10:57 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2017-01-17 22:10:57 +0000
commitd1cc78f2f054530923e25b25d454028b601435ce (patch)
treecf271a6660395fd311ea8056771e59c5f89f0f0a /usr.sbin/httpd/proc.c
parentca24d3f0c085ed9f6af36784341225114bc284c2 (diff)
Nuke some whitespace that keeps poking me in the eye as I try to
steal code.
Diffstat (limited to 'usr.sbin/httpd/proc.c')
-rw-r--r--usr.sbin/httpd/proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/proc.c b/usr.sbin/httpd/proc.c
index a1014eb30ab..7ddc01e8462 100644
--- a/usr.sbin/httpd/proc.c
+++ b/usr.sbin/httpd/proc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.c,v 1.35 2017/01/09 14:49:22 reyk Exp $ */
+/* $OpenBSD: proc.c,v 1.36 2017/01/17 22:10:55 krw Exp $ */
/*
* Copyright (c) 2010 - 2016 Reyk Floeter <reyk@openbsd.org>
@@ -208,7 +208,7 @@ proc_init(struct privsep *ps, struct privsep_proc *procs, unsigned int nproc,
proc_setup(ps, procs, nproc);
/*
- * Create the children sockets so we can use them
+ * Create the children sockets so we can use them
* to distribute the rest of the socketpair()s using
* proc_connect() later.
*/