mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 15:55:07 +00:00
Yet another pass of style fixes.
This commit is contained in:
parent
89040cdc99
commit
ec1c487dcd
43 changed files with 183 additions and 185 deletions
|
@ -123,7 +123,7 @@ bool Scheduler::pick_next()
|
|||
auto* prevHead = g_processes->head();
|
||||
for (;;) {
|
||||
// Move head to tail.
|
||||
g_processes->append(g_processes->removeHead());
|
||||
g_processes->append(g_processes->remove_head());
|
||||
auto* process = g_processes->head();
|
||||
|
||||
if (process->state() == Process::Runnable || process->state() == Process::Running) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue