From: rob Date: Fri, 25 Feb 2022 17:31:40 +0000 (+0000) Subject: Whitespace. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ac1395d8deb3383995c39a597c6ef64303c3d407;p=openbsd Whitespace. --- 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 @@ -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);