From: tb Date: Tue, 11 Jun 2024 16:30:06 +0000 (+0000) Subject: smtpd: fix indent X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c12b402c8dd2f66f27ca84b641e384f8ed5a4349;p=openbsd smtpd: fix indent ok op --- diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c index 7ecf67d1359..6b08adde4f5 100644 --- a/usr.sbin/smtpd/lka.c +++ b/usr.sbin/smtpd/lka.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lka.c,v 1.249 2024/06/09 10:13:05 gilles Exp $ */ +/* $OpenBSD: lka.c,v 1.250 2024/06/11 16:30:06 tb Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard @@ -294,7 +294,7 @@ lka_imsg(struct mproc *p, struct imsg *imsg) /* revoke proc & exec */ if (pledge("stdio rpath inet dns getpw recvfd sendfd", - NULL) == -1) + NULL) == -1) fatal("pledge"); /* setup proc registering task */