kern_umtx.c do_wait(): correct confusing indent

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2023-01-20 23:32:27 +02:00
parent 6f7b5d5d3c
commit 5657f49ef3

View File

@ -1268,7 +1268,7 @@ do_wait(struct thread *td, void *addr, u_long id,
uq = td->td_umtxq;
if ((error = umtx_key_get(addr, TYPE_SIMPLE_WAIT,
is_private ? THREAD_SHARE : AUTO_SHARE, &uq->uq_key)) != 0)
is_private ? THREAD_SHARE : AUTO_SHARE, &uq->uq_key)) != 0)
return (error);
if (timeout != NULL)