summaryrefslogtreecommitdiffstats
path: root/libexec/spamd/spamd.c
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2018-04-26 08:57:07 +0000
committerbeck <beck@openbsd.org>2018-04-26 08:57:07 +0000
commit673dbe7e918575ddfb992896dc67910cf5b87716 (patch)
tree0f65f1c79a80007abeb2ae6b0f21568582a1f217 /libexec/spamd/spamd.c
parentfailure for exiting on signal (diff)
downloadwireguard-openbsd-673dbe7e918575ddfb992896dc67910cf5b87716.tar.xz
wireguard-openbsd-673dbe7e918575ddfb992896dc67910cf5b87716.zip
nuke trailing whitespace
Diffstat (limited to 'libexec/spamd/spamd.c')
-rw-r--r--libexec/spamd/spamd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c
index adeff40485f..725510d654b 100644
--- a/libexec/spamd/spamd.c
+++ b/libexec/spamd/spamd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: spamd.c,v 1.153 2017/10/18 17:31:01 millert Exp $ */
+/* $OpenBSD: spamd.c,v 1.154 2018/04/26 08:57:07 beck Exp $ */
/*
* Copyright (c) 2015 Henning Brauer <henning@openbsd.org>
@@ -978,7 +978,7 @@ nextstate(struct con *cp)
cp->laststate = cp->state;
cp->state = 98;
goto done;
- }
+ }
goto tlsinitdone;
case 50:
@@ -1522,7 +1522,7 @@ main(int argc, char *argv[])
if (chroot("/var/empty") == -1) {
syslog(LOG_ERR, "cannot chroot to /var/empty.");
exit(1);
- }
+ }
if (chdir("/") == -1) {
syslog(LOG_ERR, "cannot chdir to /");
exit(1);