From 2aa97dde91d21cdcaa80d0ae54b2d6e56ced53e1 Mon Sep 17 00:00:00 2001 From: Anthony Stewart Date: Sat, 24 May 2025 11:13:20 -0500 Subject: [PATCH] Ran clang format. --- soh/soh/Enhancements/debugconsole.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/Enhancements/debugconsole.cpp b/soh/soh/Enhancements/debugconsole.cpp index dff11500b..d25c3cfff 100644 --- a/soh/soh/Enhancements/debugconsole.cpp +++ b/soh/soh/Enhancements/debugconsole.cpp @@ -1452,7 +1452,7 @@ static bool SfxHandler(std::shared_ptr Console, const std::vector } static bool AvailableChecksProcessUndiscoveredExitsHandler(std::shared_ptr Console, - const std::vector& args, std::string* output) { + const std::vector& args, std::string* output) { const auto& logic = Rando::Context::GetInstance()->GetLogic(); bool enabled = false; @@ -1479,7 +1479,7 @@ static bool AvailableChecksProcessUndiscoveredExitsHandler(std::shared_ptr Console, - const std::vector& args, std::string* output) { + const std::vector& args, std::string* output) { RandomizerRegion startingRegion = RR_ROOT; if (args.size() > 1) {