Update SyncEvent.cpp

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 18:00:53 -05:00
parent e47397ce88
commit e74d8f07b6
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ void SyncEvent::Reset()
void * SyncEvent::GetHandle()
{
return m_Event;
}
}