Apply 'make format'
This commit is contained in:
parent
591d74c5d8
commit
f9487374b5
|
|
@ -628,8 +628,8 @@ class RandomizeMarkVisitor final : public VNVisitor {
|
||||||
if (m_processedVars.find(objVar) == m_processedVars.end()) {
|
if (m_processedVars.find(objVar) == m_processedVars.end()) {
|
||||||
|
|
||||||
// Clone constraints from the top-level class (e.g., Level1 for obj_a)
|
// Clone constraints from the top-level class (e.g., Level1 for obj_a)
|
||||||
gConsClass->foreachMember([&](AstClass* const classp,
|
gConsClass->foreachMember(
|
||||||
AstConstraint* const constrp) {
|
[&](AstClass* const classp, AstConstraint* const constrp) {
|
||||||
if (!constrp) return;
|
if (!constrp) return;
|
||||||
AstConstraint* cloneConstrp = constrp->cloneTree(false);
|
AstConstraint* cloneConstrp = constrp->cloneTree(false);
|
||||||
if (!cloneConstrp) return;
|
if (!cloneConstrp) return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue