aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-09-30 15:52:10 +0100
committerNay <dnpd.dd@gmail.com>2012-09-30 15:52:10 +0100
commit4c3266c7af5f5840a212d46bf068a793150b34fc (patch)
treee9961ff4af1974e7cdb9e146b19f483d6e4161b3 /src/server/scripts
parent746252fe4e835d3d0b299599eaedd4716f9ad353 (diff)
Tools&Core: Whitespace cleanup
No one likes whitespace, right?
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Commands/cs_mmaps.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Commands/cs_mmaps.cpp b/src/server/scripts/Commands/cs_mmaps.cpp
index be2d52b5925..c3f757614e2 100644
--- a/src/server/scripts/Commands/cs_mmaps.cpp
+++ b/src/server/scripts/Commands/cs_mmaps.cpp
@@ -152,7 +152,7 @@ public:
// navmesh poly -> navmesh tile location
dtQueryFilter filter = dtQueryFilter();
- dtPolyRef polyRef = INVALID_POLYREF;
+ dtPolyRef polyRef = INVALID_POLYREF;
navmeshquery->findNearestPoly(location, extents, &filter, &polyRef, NULL);
if (polyRef == INVALID_POLYREF)
@@ -252,7 +252,7 @@ public:
CellCoord pair(Trinity::ComputeCellCoord(object->GetPositionX(), object->GetPositionY()) );
Cell cell(pair);
cell.SetNoCreate();
-
+
std::list<Creature*> creatureList;
Trinity::AnyUnitInObjectRangeCheck go_check(object, radius);