refactor(Core/Common): restyle tools with astyle (#3706)
This commit is contained in:
parent
0bee5af962
commit
7f26c9ddad
28 changed files with 269 additions and 272 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue