Avoid leaving return types or function attributes on their own lines.
This commit is contained in:
@@ -653,8 +653,7 @@ bool CTxMemPool::remove(CTransaction &tx)
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
CTxMemPool::clear()
|
||||
void CTxMemPool::clear()
|
||||
{
|
||||
LOCK(cs);
|
||||
mapTx.clear();
|
||||
|
||||
Reference in New Issue
Block a user