From 6190f4162b79d4a7da499360ddef9944a9378a45 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 21 May 2002 21:13:27 +0000 Subject: Whitespace fixup, properly indent the body of an else clause. --- sys/kern/kern_mutex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/kern_mutex.c') 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(); } -- cgit v1.1