mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix sonar warnings, convert spaces -> tabs
This commit is contained in:
@@ -313,7 +313,7 @@ BattleSide CBattleInfoEssentials::playerToSide(const PlayerColor & player) const
|
||||
PlayerColor CBattleInfoEssentials::sideToPlayer(BattleSide side) const
|
||||
{
|
||||
RETURN_IF_NOT_BATTLE(PlayerColor::CANNOT_DETERMINE);
|
||||
return getBattle()->getSidePlayer(side);
|
||||
return getBattle()->getSidePlayer(side);
|
||||
}
|
||||
|
||||
BattleSide CBattleInfoEssentials::otherSide(BattleSide side)
|
||||
|
||||
Reference in New Issue
Block a user