mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 09:39:11 +00:00
refactor(Core/Common): restyle tools with astyle (#3706)
This commit is contained in:
@@ -82,7 +82,7 @@ void EventProcessor::AddEvent(BasicEvent* Event, uint64 e_time, bool set_addtime
|
||||
|
||||
uint64 EventProcessor::CalculateTime(uint64 t_offset) const
|
||||
{
|
||||
return(m_time + t_offset);
|
||||
return (m_time + t_offset);
|
||||
}
|
||||
|
||||
uint64 EventProcessor::CalculateQueueTime(uint64 delay) const
|
||||
|
||||
Reference in New Issue
Block a user