[style] clean code

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-02-11 09:41:51 +03:00
parent 3c65012a63
commit 86fc12e395
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
18 changed files with 175 additions and 175 deletions

View file

@ -430,15 +430,15 @@ namespace data
{
auto it = m_RouterInfos.find (ident);
if (it != m_RouterInfos.end ())
{
{
it->second->SetUnreachable (unreachable);
if (unreachable)
{
{
auto profile = it->second->GetProfile ();
if (profile)
profile->Unreachable ();
}
}
}
}
}
void NetDb::Reseed ()
@ -824,7 +824,7 @@ namespace data
{
LogPrint (eLogError, "NetDb: Database store message is too long ", len);
return;
}
}
if (!m->from) // unsolicited LS must be received directly
{
if (storeType == NETDB_STORE_TYPE_LEASESET) // 1