make format

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

@ -930,7 +930,7 @@ namespace llarp
TunEndpoint *self = static_cast< TunEndpoint * >(tun->user);
const ManagedBuffer buf(b);
self->m_UserToNetworkPktQueue.EmplaceIf(
[&buf](net::IPPacket &pkt) -> bool { return pkt.Load(buf); });
[&buf](net::IPPacket &pkt) -> bool { return pkt.Load(buf); });
}
TunEndpoint::~TunEndpoint()

@ -177,7 +177,7 @@ struct llarp_async_verify_rc
/// nodedb storage
llarp_nodedb *nodedb;
// llarp::Logic for queue_job
std::shared_ptr< llarp::Logic > logic;
std::shared_ptr< llarp::Logic > logic;
std::shared_ptr< llarp::thread::ThreadPool > cryptoworker;
std::shared_ptr< llarp::thread::ThreadPool > diskworker;

@ -1050,7 +1050,7 @@ namespace llarp
[&](const std::string &,
const std::shared_ptr< service::Endpoint > &ep) -> bool {
const bool success = ep->LookupRouterAnon(remote, resultHandler);
sent = sent || success;
sent = sent || success;
return !success;
});
if(sent)

Loading…
Cancel
Save