diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-17 22:10:57 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-17 22:10:57 +0000 |
commit | d1cc78f2f054530923e25b25d454028b601435ce (patch) | |
tree | cf271a6660395fd311ea8056771e59c5f89f0f0a /sbin/iked | |
parent | ca24d3f0c085ed9f6af36784341225114bc284c2 (diff) |
Nuke some whitespace that keeps poking me in the eye as I try to
steal code.
Diffstat (limited to 'sbin/iked')
-rw-r--r-- | sbin/iked/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/control.c b/sbin/iked/control.c index 4126d35ae1e..6580584e930 100644 --- a/sbin/iked/control.c +++ b/sbin/iked/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.24 2017/01/09 14:49:21 reyk Exp $ */ +/* $OpenBSD: control.c,v 1.25 2017/01/17 22:10:55 krw Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -64,7 +64,7 @@ control_run(struct privsep *ps, struct privsep_proc *p, void *arg) { /* * pledge in the control process: - * stdio - for malloc and basic I/O including events. + * stdio - for malloc and basic I/O including events. * cpath - for unlinking the control socket. * unix - for the control socket. */ |