[9006] Trailing whitespace cleaning

Sorry for a (bit) delayed commit.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-12-16 15:31:05 +01:00
parent 7ee3d3a22c
commit a13fa7f873
19 changed files with 33 additions and 33 deletions

View file

@ -202,7 +202,7 @@ void PoolGroup<T>::SpawnObject(uint32 limit, uint32 triggerFrom)
int count = limit - m_SpawnedPoolAmount;
// 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;