Fixed spaces
Former-commit-id: 2045fa2b37d3f0cbcd9d9d9cdcadb962ea07ecd0
This commit is contained in:
@@ -43,5 +43,5 @@ bool NzConditionVariableImpl::Wait(NzMutexImpl* mutex, nzUInt32 timeout)
|
||||
ti.tv_sec = tv.tv_sec + (timeout / 1000) + (ti.tv_nsec / 1000000000);
|
||||
ti.tv_nsec %= 1000000000;
|
||||
|
||||
pthread_cond_timedwait(&m_cv,mutex, &tv);
|
||||
return pthread_cond_timedwait(&m_cv,mutex, &tv) != ETIMEDOUT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user