diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-11 16:30:07 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-11 16:30:07 +0000 |
commit | 107a9b7bc28e424c852e9e94070a8bf2f831d00d (patch) | |
tree | 3655a8a4d54cc3acce3413e9136b2d3ce192fff2 | |
parent | dc27ea4362bb06ff31e941f592f81a72971acc50 (diff) |
smtpd: fix indent
ok op
-rw-r--r-- | usr.sbin/smtpd/lka.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <pyr@openbsd.org> @@ -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 */ |