mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
whitespace: rewrap to match case directly above
It's easier to visually diff the two case blocks if there aren't gratutious whitespace differences. Sponsored by: DARPA
This commit is contained in:
parent
7926a01ed7
commit
5c274b3622
@ -1151,8 +1151,8 @@ weed_inhib(int mode, struct thread *td2, struct proc *p)
|
||||
* boundary, TDF_ALLPROCSUSP is used to avoid immediate
|
||||
* un-suspend.
|
||||
*/
|
||||
if (TD_IS_SUSPENDED(td2) && (td2->td_flags &
|
||||
TDF_ALLPROCSUSP) == 0) {
|
||||
if (TD_IS_SUSPENDED(td2) &&
|
||||
(td2->td_flags & TDF_ALLPROCSUSP) == 0) {
|
||||
wakeup_swapper |= thread_unsuspend_one(td2, p, false);
|
||||
thread_lock(td2);
|
||||
goto restart;
|
||||
|
Loading…
Reference in New Issue
Block a user