From b4cd677264150b57c432d2ed1ed7a1bf52b80939 Mon Sep 17 00:00:00 2001 From: Lucy <44952533+Skyliegirl33@users.noreply.github.com> Date: Wed, 8 Mar 2023 19:12:35 +0100 Subject: [PATCH] fix indentation --- src/world/Actor/Chara.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/Actor/Chara.cpp b/src/world/Actor/Chara.cpp index 05e9a62b..913f0df2 100644 --- a/src/world/Actor/Chara.cpp +++ b/src/world/Actor/Chara.cpp @@ -592,7 +592,7 @@ void Sapphire::Entity::Chara::statusEffectFreeSlot( uint8_t slotId ) void Sapphire::Entity::Chara::replaceSingleStatusEffectById( uint32_t id ) { - for( const auto& effectIt : m_statusEffectMap ) + for( const auto& effectIt : m_statusEffectMap ) { if( effectIt.second->getId() == id ) {