mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
Kernel: Clang Format
This commit is contained in:
parent
ac9dd91f1e
commit
5acd086b18
2 changed files with 5 additions and 5 deletions
|
@ -414,7 +414,7 @@ u64 Scheduler::GetLastContextSwitchTicks() const {
|
|||
}
|
||||
|
||||
void Scheduler::TryDoContextSwitch() {
|
||||
if (is_context_switch_pending ) {
|
||||
if (is_context_switch_pending) {
|
||||
SwitchContext();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue