From 182e9a20b107c0d824e8a0bd1cf8f7eceb2b4ce5 Mon Sep 17 00:00:00 2001 From: Spp Date: Wed, 7 Apr 2010 19:12:44 +0200 Subject: Code style (game + scripts only): "for(" --> "for (" --HG-- branch : trunk --- src/scripts/outland/netherstorm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/outland/netherstorm.cpp') diff --git a/src/scripts/outland/netherstorm.cpp b/src/scripts/outland/netherstorm.cpp index 992a4f2dc85..6e339890707 100644 --- a/src/scripts/outland/netherstorm.cpp +++ b/src/scripts/outland/netherstorm.cpp @@ -746,7 +746,7 @@ struct mob_phase_hunterAI : public ScriptedAI std::list AggroList = m_creature->getThreatManager().getThreatList(); std::list UnitsWithMana; - for(std::list::const_iterator itr = AggroList.begin(); itr != AggroList.end(); ++itr) + for (std::list::const_iterator itr = AggroList.begin(); itr != AggroList.end(); ++itr) { if(Unit *pUnit = Unit::GetUnit(*m_creature, (*itr)->getUnitGuid())) { -- cgit v1.2.3