From b27ce42704c33e292bda390265bb8fd01a433505 Mon Sep 17 00:00:00 2001 From: Spp Date: Wed, 7 Apr 2010 18:09:10 +0200 Subject: Code Style: Remove trailing spaces --HG-- branch : trunk --- src/game/PoolHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/PoolHandler.cpp') diff --git a/src/game/PoolHandler.cpp b/src/game/PoolHandler.cpp index 6a148b58d66..6a63102ccce 100644 --- a/src/game/PoolHandler.cpp +++ b/src/game/PoolHandler.cpp @@ -255,7 +255,7 @@ void PoolGroup::SpawnObject(SpawnedPoolData& spawns, uint32 limit, uint32 tri int count = limit - spawns.GetSpawnedObjects(poolId); // If triggered from some object respawn this object is still marked as spawned - // and also counted into m_SpawnedPoolAmount so we need increase count to be + // and also counted into m_SpawnedPoolAmount so we need increase count to be // spawned by 1 if (triggerFrom) ++count; -- cgit v1.2.3