diff options
author | Vincent-Michael <vincent_michael@gmx.de> | 2016-03-16 21:38:01 +0100 |
---|---|---|
committer | Vincent-Michael <vincent_michael@gmx.de> | 2016-03-16 21:40:15 +0100 |
commit | 5e74c2223bff8a467d6f1ce18f6f08aa05e17019 (patch) | |
tree | d37de0a0f3d540bb7e45b4176049820f2d88b309 /src/server/game/AI/CreatureAI.cpp | |
parent | 8050f58b21d1ed082c79e2289533c0a7dd61ab3f (diff) |
Core: Remove whitespaces
Diffstat (limited to 'src/server/game/AI/CreatureAI.cpp')
-rw-r--r-- | src/server/game/AI/CreatureAI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/AI/CreatureAI.cpp b/src/server/game/AI/CreatureAI.cpp index 352ae635878..5b76b583d24 100644 --- a/src/server/game/AI/CreatureAI.cpp +++ b/src/server/game/AI/CreatureAI.cpp @@ -283,7 +283,7 @@ bool CreatureAI::_EnterEvadeMode(EvadeReason /*why*/) int32 CreatureAI::VisualizeBoundary(uint32 duration, Unit* owner, bool fill) const { typedef std::pair<int32, int32> coordinate; - + if (!owner) return -1; @@ -293,7 +293,7 @@ int32 CreatureAI::VisualizeBoundary(uint32 duration, Unit* owner, bool fill) con std::queue<coordinate> Q; std::unordered_set<coordinate> alreadyChecked; std::unordered_set<coordinate> outOfBounds; - + Position startPosition = owner->GetPosition(); if (!CheckBoundary(&startPosition)) // fall back to creature position { |