make format

pull/686/head
Jeff Becker 5 years ago
parent 4edb9d9b45
commit fd911d0c52
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -306,8 +306,7 @@ namespace llarp
continue; continue;
std::array< byte_t, 128 > tmp = {0}; std::array< byte_t, 128 > tmp = {0};
llarp_buffer_t buf(tmp); llarp_buffer_t buf(tmp);
if(SendToServiceOrQueue(introset.A.Addr(), buf, if(SendToServiceOrQueue(introset.A.Addr(), buf, eProtocolControl))
eProtocolControl))
LogInfo(Name(), " send message to ", introset.A.Addr(), " for tag ", LogInfo(Name(), " send message to ", introset.A.Addr(), " for tag ",
tag.ToString()); tag.ToString());
else else

Loading…
Cancel
Save