Skip to content
Snippets Groups Projects
Commit 8feb5c7f authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent 8c5c945e
No related branches found
No related tags found
Loading
Pipeline #21334 failed
...@@ -71,7 +71,7 @@ bool CaptureMotion::containsTimeStamp(const TimeStamp& _ts, double _time_toleran ...@@ -71,7 +71,7 @@ bool CaptureMotion::containsTimeStamp(const TimeStamp& _ts, double _time_toleran
if (this->time_stamp_ - _time_tolerance <= _ts and _ts <= this->time_stamp_ + _time_tolerance) if (this->time_stamp_ - _time_tolerance <= _ts and _ts <= this->time_stamp_ + _time_tolerance)
return true; return true;
else else
// buffer is empty (and the capture is not within tolerance) // buffer is empty (and the capture is not within tolerance)
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment