From: jsg Date: Mon, 19 Aug 2024 13:01:47 +0000 (+0000) Subject: correctly indent a line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3ff0799e740605a516826d4a38e7bdc3bfa869cc;p=openbsd correctly indent a line --- diff --git a/sbin/pfctl/pfctl_table.c b/sbin/pfctl/pfctl_table.c index 0d8c326a896..a0a4c52a1a5 100644 --- a/sbin/pfctl/pfctl_table.c +++ b/sbin/pfctl/pfctl_table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_table.c,v 1.89 2024/07/14 19:51:08 sashan Exp $ */ +/* $OpenBSD: pfctl_table.c,v 1.90 2024/08/19 13:01:47 jsg Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -529,7 +529,7 @@ pfctl_define_table(char *name, int flags, int addrs, const char *anchor, bzero(&tbl_buf, sizeof(tbl_buf)); tbl = &tbl_buf; } else { - if (ab->pfrb_size != 0) { + if (ab->pfrb_size != 0) { /* * copy IP addresses which come with table from * temporal buffer to buffer attached to table.