Fix "core.cpp" clang-format (#5375)

This commit is contained in:
xperia64 2020-05-28 19:53:14 -04:00 committed by GitHub
parent 61c8ea3fe9
commit 7dc472a3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ System::ResultStatus System::RunLoop(bool tight_loop) {
static constexpr s64 min_delay = 100;
if (max_delay > min_delay) {
LOG_TRACE(Core_ARM11, "Core {} running (delayed) for {} ticks",
current_core_to_execute->GetID(),
current_core_to_execute->GetTimer().GetDowncount());
current_core_to_execute->GetID(),
current_core_to_execute->GetTimer().GetDowncount());
if (running_core != current_core_to_execute) {
running_core = current_core_to_execute;
kernel->SetRunningCPU(running_core);