We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7410ba2 commit 61c2ca8Copy full SHA for 61c2ca8
src/bt_factory.cpp
@@ -588,7 +588,8 @@ TreeNode* Tree::rootNode() const
588
589
bool Tree::sleep(std::chrono::system_clock::duration timeout)
590
{
591
- return wake_up_->waitFor(std::chrono::duration_cast<std::chrono::milliseconds>(timeout));
+ return wake_up_->waitFor(
592
+ std::chrono::duration_cast<std::chrono::milliseconds>(timeout));
593
}
594
595
Tree::~Tree()
0 commit comments