Update SyncEvent.h

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 18:01:33 -05:00
parent e74d8f07b6
commit eea4b66a36
1 changed files with 1 additions and 1 deletions
Source/Common

View File

@ -23,4 +23,4 @@ protected:
void * m_cond; void * m_cond;
bool m_signalled; bool m_signalled;
#endif #endif
}; };