From 6e190e44b01f5e1780e14e7a60262d3d10e3d48f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Apr 2011 01:38:41 +0300 Subject: Fix code style. --- src/localplayer.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/localplayer.h') diff --git a/src/localplayer.h b/src/localplayer.h index b20a89786..e48afff12 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -453,12 +453,16 @@ class LocalPlayer : public Being, public ActorSpriteListener, { return mAttackMobsSet.find(name) != mAttackMobsSet.end(); } bool isInPriorityAttackList(const std::string &name) - { return mPriorityAttackMobsSet.find(name) - != mPriorityAttackMobsSet.end(); } + { + return mPriorityAttackMobsSet.find(name) + != mPriorityAttackMobsSet.end(); + } bool isInIgnoreAttackList(const std::string &name) - { return mIgnoreAttackMobsSet.find(name) - != mIgnoreAttackMobsSet.end(); } + { + return mIgnoreAttackMobsSet.find(name) + != mIgnoreAttackMobsSet.end(); + } /* bool isInAttackOrIgnoreList(const std::string &name) -- cgit v1.2.3-70-g09d2