mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 00:58:14 +08:00
formatting changes.
This commit is contained in:
@@ -87,9 +87,7 @@ CCondVarBase::broadcast()
|
||||
}
|
||||
|
||||
bool
|
||||
CCondVarBase::wait(
|
||||
CStopwatch& timer,
|
||||
double timeout) const
|
||||
CCondVarBase::wait(CStopwatch& timer, double timeout) const
|
||||
{
|
||||
// check timeout against timer
|
||||
if (timeout >= 0.0) {
|
||||
@@ -245,9 +243,7 @@ CCondVarBase::broadcast()
|
||||
}
|
||||
|
||||
bool
|
||||
CCondVarBase::wait(
|
||||
CStopwatch& timer,
|
||||
double timeout) const
|
||||
CCondVarBase::wait(CStopwatch& timer, double timeout) const
|
||||
{
|
||||
// check timeout against timer
|
||||
if (timeout >= 0.0) {
|
||||
|
||||
Reference in New Issue
Block a user