From 2f57fe57cec4c6dffa8dc00260d39e19bf4c2811 Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:31:13 -0400 Subject: [PATCH] Format --- soh/soh/OTRGlobals.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index 835b4b0bc..62a1972f2 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -1152,9 +1152,11 @@ extern "C" void InitOTR() { #endif CheckSoHOTRVersion(Ship::Context::GetPathRelativeToAppBundle("soh.o2r")); - const bool ootO2RExists = std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("oot-mq.o2r", appShortName)) || + const bool ootO2RExists = + std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("oot-mq.o2r", appShortName)) || std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("oot.o2r", appShortName)); - const bool ootOTRExists = std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("oot-mq.otr", appShortName)) || + const bool ootOTRExists = + std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("oot-mq.otr", appShortName)) || std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("oot.otr", appShortName)); if (!ootOTRExists && !ootO2RExists) {