summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.c
diff options
context:
space:
mode:
authorJoerg Jung <jung@cvs.openbsd.org>2015-12-14 10:22:13 +0000
committerJoerg Jung <jung@cvs.openbsd.org>2015-12-14 10:22:13 +0000
commit8d0bab819c2933483d0dd5478214deab5cec435c (patch)
tree9661393695320e01fa7e7d4e6263b2320d4f078d /usr.sbin/smtpd/smtpd.c
parentf0f5f6b2b414fee1c28137b991f39bc8c0f98be6 (diff)
remove trailing whitespace
ok sunil gilles
Diffstat (limited to 'usr.sbin/smtpd/smtpd.c')
-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 0e0e37f760b..b0b9d2be862 100644
--- a/usr.sbin/smtpd/smtpd.c
+++ b/usr.sbin/smtpd/smtpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.c,v 1.266 2015/12/12 20:02:31 gilles Exp $ */
+/* $OpenBSD: smtpd.c,v 1.267 2015/12/14 10:22:12 jung Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -496,7 +496,7 @@ main(int argc, char *argv[])
case 'F':
foreground = 1;
break;
-
+
case 'T':
if (!strcmp(optarg, "imsg"))
verbose |= TRACE_IMSG;