summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mutex.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-05-21 21:13:27 +0000
committerjhb <jhb@FreeBSD.org>2002-05-21 21:13:27 +0000
commit6190f4162b79d4a7da499360ddef9944a9378a45 (patch)
tree10418b2cef475b541e5df21cdd5c12f9f0372a64 /sys/kern/kern_mutex.c
parentd3398f2f58c001872e59fc5b51c2a69a0ab7f11d (diff)
downloadFreeBSD-src-6190f4162b79d4a7da499360ddef9944a9378a45.zip
FreeBSD-src-6190f4162b79d4a7da499360ddef9944a9378a45.tar.gz
Whitespace fixup, properly indent the body of an else clause.
Diffstat (limited to 'sys/kern/kern_mutex.c')
-rw-r--r--sys/kern/kern_mutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index a46235f..2430804 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -628,8 +628,8 @@ _mtx_lock_spin(struct mtx *m, int opts, const char *file, int line)
#else
else
#endif
- panic("spin lock %s held by %p for > 5 seconds",
- m->mtx_object.lo_name, (void *)m->mtx_lock);
+ panic("spin lock %s held by %p for > 5 seconds",
+ m->mtx_object.lo_name, (void *)m->mtx_lock);
}
critical_enter();
}
OpenPOWER on IntegriCloud