Skip to content

Commit

Permalink
Fixing formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Apr 4, 2018
1 parent 72a14f7 commit 84a6b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/node/bootstrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ void rai::bootstrap_listener::start ()

void rai::bootstrap_listener::stop ()
{
decltype(connections) connections_l;
decltype (connections) connections_l;
{
std::lock_guard<std::mutex> lock (mutex);
on = false;
Expand Down

0 comments on commit 84a6b51

Please sign in to comment.