correctly indent a line
authorjsg <jsg@openbsd.org>
Mon, 19 Aug 2024 13:01:47 +0000 (13:01 +0000)
committerjsg <jsg@openbsd.org>
Mon, 19 Aug 2024 13:01:47 +0000 (13:01 +0000)
sbin/pfctl/pfctl_table.c

index 0d8c326..a0a4c52 100644 (file)
@@ -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.