diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
commit | 3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch) | |
tree | 16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/fsck_ext2fs/pass1.c | |
parent | c021608bd50b74de1b8074e336f7adad03b1c7d8 (diff) |
rm trailing whitespace
Diffstat (limited to 'sbin/fsck_ext2fs/pass1.c')
-rw-r--r-- | sbin/fsck_ext2fs/pass1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ext2fs/pass1.c b/sbin/fsck_ext2fs/pass1.c index bd99eabaf0b..1eb0c81ca45 100644 --- a/sbin/fsck_ext2fs/pass1.c +++ b/sbin/fsck_ext2fs/pass1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pass1.c,v 1.7 2002/02/16 21:27:34 millert Exp $ */ +/* $OpenBSD: pass1.c,v 1.8 2002/06/09 08:13:05 todd Exp $ */ /* $NetBSD: pass1.c,v 1.9 2000/01/31 11:40:12 bouyer Exp $ */ /* @@ -133,7 +133,7 @@ checkinode(inumber, idesc) mode_t mode; dp = getnextinode(inumber); - if (inumber < EXT2_FIRSTINO && inumber != EXT2_ROOTINO) + if (inumber < EXT2_FIRSTINO && inumber != EXT2_ROOTINO) return; mode = fs2h16(dp->e2di_mode) & IFMT; |