diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-04-13 07:30:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-04-13 07:30:22 +0000 |
commit | c020977c7871a397a5e7649f0b653130a4ec64ff (patch) | |
tree | 1a0a8977f2b019d5b730deb4089c289dcc012476 /sbin | |
parent | 6370a5ccd60fbe7c6a6a804f6f4ccc77dc2dde81 (diff) |
fix wrongly indented lines
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck_ffs/pass4.c | 4 | ||||
-rw-r--r-- | 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++) |