formatting changes.

This commit is contained in:
crs
2002-06-17 13:31:21 +00:00
parent 57fb87ad10
commit fe16546a1d
46 changed files with 485 additions and 1214 deletions

View File

@@ -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) {