mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-06 05:12:26 +08:00
formatting changes.
This commit is contained in:
@@ -33,8 +33,7 @@ CTimerThread::~CTimerThread()
|
||||
}
|
||||
|
||||
void
|
||||
CTimerThread::timer(
|
||||
void*)
|
||||
CTimerThread::timer(void*)
|
||||
{
|
||||
log((CLOG_DEBUG1 "timeout in %f seconds", m_timeout));
|
||||
CThread::sleep(m_timeout);
|
||||
|
||||
Reference in New Issue
Block a user