Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-06-18 11:51:49 +00:00
parent 425379eec7
commit fc022dcaab
1 changed files with 2 additions and 1 deletions

View File

@ -3798,7 +3798,8 @@ class RandomizeVisitor final : public VNVisitor {
if (cachedIt != m_prePostWrap.end()) return cachedIt->second;
std::vector<AstClass*> hierp{classp};
v3Global.rootp()->foreach([&](AstClass* subp) {
if (subp != classp && AstClass::isClassExtendedFrom(subp, classp)) hierp.push_back(subp);
if (subp != classp && AstClass::isClassExtendedFrom(subp, classp))
hierp.push_back(subp);
});
bool hasPre = false;
bool hasPost = false;