From 3ff0799e740605a516826d4a38e7bdc3bfa869cc Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 19 Aug 2024 13:01:47 +0000 Subject: [PATCH] correctly indent a line --- sbin/pfctl/pfctl_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1