mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
Kernel: Run clang-format on Process.cpp
This commit is contained in:
@@ -762,8 +762,8 @@ void Process::kill_threads_except_self()
|
||||
|
||||
for_each_thread([&](Thread& thread) {
|
||||
if (&thread == Thread::current
|
||||
|| thread.state() == Thread::State::Dead
|
||||
|| thread.state() == Thread::State::Dying)
|
||||
|| thread.state() == Thread::State::Dead
|
||||
|| thread.state() == Thread::State::Dying)
|
||||
return IterationDecision::Continue;
|
||||
|
||||
// At this point, we have no joiner anymore
|
||||
|
||||
Reference in New Issue
Block a user