From 8abeb379e42af05adb1fef7a9625f37037b767d8 Mon Sep 17 00:00:00 2001 From: inspectredc Date: Fri, 19 Apr 2024 00:38:45 +0100 Subject: [PATCH] fix indent --- src/Companion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Companion.cpp b/src/Companion.cpp index a001922..5703078 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -611,7 +611,7 @@ void Companion::Process() { SPDLOG_INFO("Version: {}", this->gCartridge->GetVersion()); SPDLOG_INFO("Country: [{}]", this->gCartridge->GetCountryCode()); SPDLOG_INFO("Hash: {}", this->gCartridge->GetHash()); - SPDLOG_INFO("Assets: {}", this->gAssetPath); + SPDLOG_INFO("Assets: {}", this->gAssetPath); AudioManager::Instance = new AudioManager(); auto wrapper = this->gConfig.exporterType == ExportType::Binary ? new SWrapper(this->gConfig.outputPath) : nullptr;