summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2015-12-01 10:48:22 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2015-12-01 10:48:22 +0000
commitb0acb7baa07d165da663b7bda4a56b14ea431316 (patch)
treeabd039db4b6e9dc5ab01616d97b765da983a1883 /usr.sbin/smtpd
parent4464d1855a97692d3b912af32132002fee5288df (diff)
whitespace
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/mta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c
index b5fc8dabf09..3b32362098c 100644
--- a/usr.sbin/smtpd/mta.c
+++ b/usr.sbin/smtpd/mta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mta.c,v 1.195 2015/12/01 10:41:35 gilles Exp $ */
+/* $OpenBSD: mta.c,v 1.196 2015/12/01 10:48:21 gilles Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -1443,7 +1443,7 @@ mta_find_route(struct mta_connector *c, time_t now, int *limits,
TAILQ_FOREACH(mx, &c->relay->domain->mxs, entry) {
/*
* New preference level
- */
+ */
if (mx->preference > level) {
#ifndef IGNORE_MX_PREFERENCE
/*