Commit f5fdb730 authored by Dominik Charousset's avatar Dominik Charousset

Fix indentation

parent d67fbabf
...@@ -328,9 +328,10 @@ void basp_broker_state::learned_new_node(const node_id& nid) { ...@@ -328,9 +328,10 @@ void basp_broker_state::learned_new_node(const node_id& nid) {
system().registry().put(tmp.id(), tmp_ptr); system().registry().put(tmp.id(), tmp_ptr);
std::vector<strong_actor_ptr> stages; std::vector<strong_actor_ptr> stages;
if (!instance.dispatch(self->context(), tmp_ptr, stages, nid, if (!instance.dispatch(self->context(), tmp_ptr, stages, nid,
static_cast<uint64_t>(atom("SpawnServ")), static_cast<uint64_t>(atom("SpawnServ")),
basp::header::named_receiver_flag, make_message_id(), basp::header::named_receiver_flag, make_message_id(),
make_message(sys_atom::value, get_atom::value, "info"))) { make_message(sys_atom::value, get_atom::value,
"info"))) {
CAF_LOG_ERROR("learned_new_node called, but no route to remote node" CAF_LOG_ERROR("learned_new_node called, but no route to remote node"
<< CAF_ARG(nid)); << CAF_ARG(nid));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment