Whitespace fixup, properly indent the body of an else clause.

This commit is contained in:
John Baldwin 2002-05-21 21:13:27 +00:00
parent 2498cf8c42
commit e6302957fe
2 changed files with 4 additions and 4 deletions

View File

@ -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();
}

View File

@ -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();
}