summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2015-12-01 20:04:39 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2015-12-01 20:04:39 +0000
commitf9007220229e6b601a1457ddc898cc34837a9090 (patch)
tree1aff4d78695dcb9703b73b9cd4621d181a89d808
parent6bc89daf945cf8274460d2c5bedcf2f416a9d6fb (diff)
whitespace
-rw-r--r--usr.sbin/smtpd/smtpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c
index f4880aadeef..299ccdce21e 100644
--- a/usr.sbin/smtpd/smtpd.c
+++ b/usr.sbin/smtpd/smtpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.c,v 1.256 2015/11/30 14:13:03 gilles Exp $ */
+/* $OpenBSD: smtpd.c,v 1.257 2015/12/01 20:04:38 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -689,7 +689,7 @@ main(int argc, char *argv[])
if (pledge("stdio rpath wpath cpath fattr flock tmppath "
"getpw sendfd proc exec id inet unix", NULL) == -1)
err(1, "pledge");
-
+
if (event_dispatch() < 0)
fatal("smtpd: event_dispatch");