Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Nov 3, 2020
1 parent 1311d10 commit 135125a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcl/test/rcl/test_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ class NodeGraphMultiNodeFixture : public CLASSNAME(TestGraphFixture, RMW_IMPLEME
std::placeholders::_2,
"/",
std::placeholders::_3);
WaitForAllNodesAlive();
wait_for_all_nodes_alive();
}

void TearDown() override
Expand All @@ -944,7 +944,7 @@ class NodeGraphMultiNodeFixture : public CLASSNAME(TestGraphFixture, RMW_IMPLEME
delete this->remote_context_ptr;
}

void WaitForAllNodesAlive()
void wait_for_all_nodes_alive()
{
// wait for all 3 nodes to be discovered: remote_node, old_node, node
size_t attempts = 0u;
Expand Down

0 comments on commit 135125a

Please sign in to comment.