smtpd: fix indent
authortb <tb@openbsd.org>
Tue, 11 Jun 2024 16:30:06 +0000 (16:30 +0000)
committertb <tb@openbsd.org>
Tue, 11 Jun 2024 16:30:06 +0000 (16:30 +0000)
ok op

usr.sbin/smtpd/lka.c

index 7ecf67d..6b08add 100644 (file)
@@ -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 */