mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
Kernel: Run clang-format on Process.cpp
This commit is contained in:
parent
7e6c2068bf
commit
bb7dd63f74
Notes:
sideshowbarker
2024-07-19 08:56:53 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/bb7dd63f749
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue