summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
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/fsck_ffs
parent6370a5ccd60fbe7c6a6a804f6f4ccc77dc2dde81 (diff)
fix wrongly indented lines
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r--sbin/fsck_ffs/pass4.c4
1 files changed, 2 insertions, 2 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: