mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 13:09:50 -04:00
*Some cleanup (mostly whitespace changes)
--HG-- branch : trunk
This commit is contained in:
@@ -66,7 +66,7 @@ void EventProcessor::KillAllEvents(bool force)
|
||||
m_aborting = true;
|
||||
|
||||
// first, abort all existing events
|
||||
for (EventList::iterator i = m_events.begin(); i != m_events.end(); )
|
||||
for (EventList::iterator i = m_events.begin(); i != m_events.end();)
|
||||
{
|
||||
EventList::iterator i_old = i;
|
||||
++i;
|
||||
|
||||
Reference in New Issue
Block a user