mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
undo pedantic whitespaces
This commit is contained in:
parent
2a77486567
commit
03ff390685
1 changed files with 7 additions and 7 deletions
|
@ -102,7 +102,7 @@ namespace client
|
|||
}
|
||||
catch (std::exception& ex)
|
||||
{
|
||||
LogPrint (eLogError, "Destination: Runtime Exception", ex.what ());
|
||||
LogPrint (eLogError, "Destination: runtime exception: ", ex.what ());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -627,8 +627,8 @@ namespace client
|
|||
if (done)
|
||||
{
|
||||
auto requestComplete = it->second;
|
||||
if (requestComplete) requestComplete->Complete (nullptr);
|
||||
m_LeaseSetRequests.erase (it);
|
||||
if (requestComplete) requestComplete->Complete (nullptr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue