summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-03-08 12:06:14 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-03-08 12:06:14 +0000
commitb32b7b28714916af6a9c996bb745f97dddc2fa15 (patch)
treebbaf2eded0eaa66e0c9b8307aee5d0d7780c6307 /sys
parent0ec2ec0ae0631dd0a6d043b1fb6fe4c43fae337e (diff)
indentation
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ufs/ufs_ihash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ufs/ufs/ufs_ihash.c b/sys/ufs/ufs/ufs_ihash.c
index 29239bc6e67..93413f671c3 100644
--- a/sys/ufs/ufs/ufs_ihash.c
+++ b/sys/ufs/ufs/ufs_ihash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ufs_ihash.c,v 1.7 1999/04/28 09:28:18 art Exp $ */
+/* $OpenBSD: ufs_ihash.c,v 1.8 2001/03/08 12:06:13 art Exp $ */
/* $NetBSD: ufs_ihash.c,v 1.3 1996/02/09 22:36:04 christos Exp $ */
/*
@@ -163,10 +163,10 @@ ufs_ihashrem(ip)
return;
LIST_REMOVE(ip, i_hash);
- #ifdef DIAGNOSTIC
+#ifdef DIAGNOSTIC
ip->i_hash.le_next = NULL;
ip->i_hash.le_prev = NULL;
- #endif
+#endif
simple_unlock(&ufs_ihash_slock);
}