Whitespace fix.

This commit is contained in:
John Baldwin 2006-01-24 22:24:05 +00:00
parent 2b604e82b2
commit 67f7fe8c01

View File

@ -886,7 +886,7 @@ mtx_destroy(struct mtx *m)
MPASS((m->mtx_lock & (MTX_RECURSED|MTX_CONTESTED)) == 0);
/* Perform the non-mtx related part of mtx_unlock_spin(). */
if (LOCK_CLASS(&m->mtx_object) == &lock_class_mtx_spin)
if (LOCK_CLASS(&m->mtx_object) == &lock_class_mtx_spin)
spinlock_exit();
/* Tell witness this isn't locked to make it happy. */