Whitespace nits.

This commit is contained in:
jhb 2001-02-24 18:41:38 +00:00
parent b8223d8a5a
commit 466f4e75a4

View File

@ -78,10 +78,10 @@ struct clockframe {
* through trap, marking the proc as needing a profiling tick.
*/
#define need_proftick(p) do { \
mtx_lock_spin(&sched_lock); \
mtx_lock_spin(&sched_lock); \
(p)->p_sflag |= PS_OWEUPC; \
aston((p)); \
mtx_unlock_spin(&sched_lock); \
mtx_unlock_spin(&sched_lock); \
} while (0)