summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2006-07-09 23:20:51 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2006-07-09 23:20:51 +0000
commit233b7e9a4ef092cf7125322e2bcdf5a5d6345964 (patch)
treed96617a7a97fdeb8dfcfc87453bba4cf580eb2b4 /sys/kern/vfs_subr.c
parente79497d4bf98e3f64d4ee667bb0812541e7561eb (diff)
Fix tab where space was meant
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index ef84bab124d..3fd157682b4 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_subr.c,v 1.131 2006/07/08 20:01:13 thib Exp $ */
+/* $OpenBSD: vfs_subr.c,v 1.132 2006/07/09 23:20:50 pedro Exp $ */
/* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */
/*
@@ -1919,7 +1919,7 @@ vinvalbuf(struct vnode *vp, int flags, struct ucred *cred, struct proc *p,
struct buf *nbp, *blist;
int s, error;
-#ifdef VFSDEBUG
+#ifdef VFSDEBUG
if ((vp->v_flag & VLOCKSWORK) && !VOP_ISLOCKED(vp))
panic("vinvalbuf(): vp isn't locked");
#endif