From f3ac812e2079eac53c1a9db56541d7103bd14a61 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 Feb 2016 19:30:40 +0300 Subject: Fix code style. --- src/being/being.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index ce16f9ff4..a1163b1b7 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -851,8 +851,8 @@ int Being::getHitEffect(const Being *restrict const attacker, int hitEffectId = 0; if (type == AttackType::SKILL || type == AttackType::SKILLMISS) { - const SkillData *restrict const data = skillDialog->getSkillDataByLevel( - attackId, level); + const SkillData *restrict const data = + skillDialog->getSkillDataByLevel(attackId, level); if (!data) return -1; if (type == AttackType::SKILL) -- cgit v1.2.3-60-g2f50