From 7dc472a3a78f31039b49bc058682d90a565c8398 Mon Sep 17 00:00:00 2001 From: xperia64 Date: Thu, 28 May 2020 19:53:14 -0400 Subject: [PATCH] Fix "core.cpp" clang-format (#5375) --- src/core/core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/core.cpp b/src/core/core.cpp index b22c288c1..ad6e0129f 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -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);