summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_table.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-04-13 07:30:22 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-04-13 07:30:22 +0000
commitc020977c7871a397a5e7649f0b653130a4ec64ff (patch)
tree1a0a8977f2b019d5b730deb4089c289dcc012476 /sbin/pfctl/pfctl_table.c
parent6370a5ccd60fbe7c6a6a804f6f4ccc77dc2dde81 (diff)
fix wrongly indented lines
Diffstat (limited to 'sbin/pfctl/pfctl_table.c')
-rw-r--r--sbin/pfctl/pfctl_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_table.c b/sbin/pfctl/pfctl_table.c
index 6b5d13b4143..457dbfe5625 100644
--- a/sbin/pfctl/pfctl_table.c
+++ b/sbin/pfctl/pfctl_table.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_table.c,v 1.74 2015/01/20 17:19:05 deraadt Exp $ */
+/* $OpenBSD: pfctl_table.c,v 1.75 2017/04/13 07:30:21 jsg Exp $ */
/*
* Copyright (c) 2002 Cedric Berger
@@ -496,7 +496,7 @@ print_astats(struct pfr_astats *as, int dns)
printf("\tWeight: %d\n", as->pfras_a.pfra_weight);
if (as->pfras_a.pfra_ifname[0])
printf("\tInterface: %s\n", as->pfras_a.pfra_ifname);
- if (as->pfras_a.pfra_fback == PFR_FB_NOCOUNT)
+ if (as->pfras_a.pfra_fback == PFR_FB_NOCOUNT)
return;
for (dir = 0; dir < PFR_DIR_MAX; dir++)
for (op = 0; op < PFR_OP_ADDR_MAX; op++)