mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-16 13:22:41 +00:00
Kernel: Clang Format
This commit is contained in:
committed by
FernandoS27
parent
ac9dd91f1e
commit
5acd086b18
@@ -414,7 +414,7 @@ u64 Scheduler::GetLastContextSwitchTicks() const {
|
||||
}
|
||||
|
||||
void Scheduler::TryDoContextSwitch() {
|
||||
if (is_context_switch_pending ) {
|
||||
if (is_context_switch_pending) {
|
||||
SwitchContext();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user