From 00c524519ef6c7ceaf4ac91307617cfd65d7cf21 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 19 Jul 2014 14:53:41 +0200 Subject: Fixed style: spaces after commas. --- src/MobProximityCounter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/MobProximityCounter.h') diff --git a/src/MobProximityCounter.h b/src/MobProximityCounter.h index cadfc48ae..8c6c11d68 100644 --- a/src/MobProximityCounter.h +++ b/src/MobProximityCounter.h @@ -28,8 +28,8 @@ protected : }; public : - typedef std::map tMonsterToDistance; - typedef std::multimap tDistanceToMonster; + typedef std::map tMonsterToDistance; + typedef std::multimap tDistanceToMonster; protected : // this map is filled during collection phase, it will be later transformed into DistanceToMonster -- cgit v1.2.3