diff options
author | Rob Pierce <rob@cvs.openbsd.org> | 2022-02-25 17:31:41 +0000 |
---|---|---|
committer | Rob Pierce <rob@cvs.openbsd.org> | 2022-02-25 17:31:41 +0000 |
commit | 047ea888a0d24528ab54715f7ccff7b3350d7974 (patch) | |
tree | e9057b7cf1d764bbf9b28312c0ee04c4f73e17f5 /usr.sbin/smtpd | |
parent | 1e53f79153be60af3bcbed76ca9f855f78aa4fd7 (diff) |
Whitespace.
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/smtpctl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/smtpd/smtpctl.c b/usr.sbin/smtpd/smtpctl.c index 3d5926efdad..cc98b93a4ba 100644 --- a/usr.sbin/smtpd/smtpctl.c +++ b/usr.sbin/smtpd/smtpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpctl.c,v 1.169 2021/06/14 17:58:16 eric Exp $ */ +/* $OpenBSD: smtpctl.c,v 1.170 2022/02/25 17:31:40 rob Exp $ */ /* * Copyright (c) 2013 Eric Faurot <eric@openbsd.org> @@ -725,10 +725,10 @@ do_show_message(int argc, struct parameter *argv) msgid = argv[0].u.u_msgid; if (!bsnprintf(buf, sizeof(buf), "%s%s/%02x/%08x/message", - PATH_SPOOL, - PATH_QUEUE, - (msgid & 0xff000000) >> 24, - msgid)) + PATH_SPOOL, + PATH_QUEUE, + (msgid & 0xff000000) >> 24, + msgid)) errx(1, "unable to retrieve message"); display(buf); |