mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 08:47:59 -05:00
Kernel: Clang Format
This commit is contained in:
committed by
FernandoS27
parent
c32520ceb7
commit
a3524879be
@ -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