doc: Convert remaining comments to clang-tidy format

This commit is contained in:
MarcoFalke 2022-04-06 15:41:11 +02:00
parent ce33194ea0
commit ffffb7a25a
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
8 changed files with 19 additions and 19 deletions

View file

@ -4837,7 +4837,7 @@ bool ChainstateManager::ActivateSnapshot(
auto snapshot_chainstate = WITH_LOCK(::cs_main,
return std::make_unique<CChainState>(
/* mempool */ nullptr, m_blockman, *this, base_blockhash));
/*mempool=*/nullptr, m_blockman, *this, base_blockhash));
{
LOCK(::cs_main);