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
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);