diff --git a/Source/Common/SyncEvent.h b/Source/Common/SyncEvent.h index 3da454f65..eb0cac7af 100644 --- a/Source/Common/SyncEvent.h +++ b/Source/Common/SyncEvent.h @@ -23,4 +23,4 @@ protected: void * m_cond; bool m_signalled; #endif -}; \ No newline at end of file +};