mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
indentation and other formatting changes. also cleaned up
#includes.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include "CThread.h"
|
||||
#include "TMethodJob.h"
|
||||
#include "CLog.h"
|
||||
#include <assert.h>
|
||||
|
||||
//
|
||||
// CTimerThread
|
||||
@@ -33,7 +32,9 @@ CTimerThread::~CTimerThread()
|
||||
}
|
||||
}
|
||||
|
||||
void CTimerThread::timer(void*)
|
||||
void
|
||||
CTimerThread::timer(
|
||||
void*)
|
||||
{
|
||||
log((CLOG_DEBUG1 "timeout in %f seconds", m_timeout));
|
||||
CThread::sleep(m_timeout);
|
||||
|
||||
Reference in New Issue
Block a user