From e6302957febcda5f532a46e626086d0bd0389ee3 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 21 May 2002 21:13:27 +0000 Subject: [PATCH] Whitespace fixup, properly indent the body of an else clause. --- sys/kern/kern_mutex.c | 4 ++-- sys/kern/subr_turnstile.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index a46235f6009a..2430804084df 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(); } diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index a46235f6009a..2430804084df 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.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(); }