From 90abbc648c135d903117f4e2e976c2127e95cf0a Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 13 Apr 2017 07:30:21 +0000 Subject: [PATCH] fix wrongly indented lines --- sbin/fsck_ffs/pass4.c | 4 ++-- sbin/pfctl/pfctl_table.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index ad433cf160b..2e454d9490e 100644 --- a/sbin/fsck_ffs/pass4.c +++ b/sbin/fsck_ffs/pass4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pass4.c,v 1.24 2015/01/20 18:22:21 deraadt Exp $ */ +/* $OpenBSD: pass4.c,v 1.25 2017/04/13 07:30:21 jsg Exp $ */ /* $NetBSD: pass4.c,v 1.11 1996/09/27 22:45:17 christos Exp $ */ /* @@ -70,7 +70,7 @@ pass4(void) for (i = 0; i < inostathead[c].il_numalloced; i++, inumber++) { if (inumber < ROOTINO) continue; - idesc.id_number = inumber; + idesc.id_number = inumber; switch (GET_ISTATE(inumber)) { case FSTATE: 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++) -- 2.20.1