Apply 'make format'

This commit is contained in:
github action 2025-12-20 21:26:04 +00:00
parent b4a131e9b6
commit 1487f6e98a
1 changed files with 2 additions and 5 deletions

View File

@ -963,11 +963,8 @@ void AstNode::deleteTreeIter() {
skipDelete = true;
}
nodep->m_backp = nullptr;
if (!skipDelete) {
nodep->deleteNode();
}
if (!skipDelete) { nodep->deleteNode(); }
}
}