formatting

pull/1576/head
Jeff Becker 3 years ago
parent 230fb15b24
commit 118bc9c2fb
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -87,7 +87,7 @@ namespace llarp
bool
Endpoint::ExpiresSoon(llarp_time_t now, llarp_time_t dlt) const
{
if(m_CurrentPath)
if (m_CurrentPath)
return m_CurrentPath->ExpiresSoon(now, dlt);
return true;
}

Loading…
Cancel
Save