Apply 'make format'
This commit is contained in:
parent
0b8a7171ef
commit
6ae6b7817e
|
|
@ -283,9 +283,10 @@ class RandomizeMarkVisitor final : public VNVisitor {
|
|||
|
||||
std::vector<AstVar*> newPath = pathToClass;
|
||||
newPath.push_back(memberVarp);
|
||||
// Replace all variable references inside the cloned constraint with proper member selections
|
||||
nestedClassp->foreachMember([&](AstClass* const containingClassp,
|
||||
AstConstraint* const constrp) {
|
||||
// Replace all variable references inside the cloned constraint with proper
|
||||
// member selections
|
||||
nestedClassp->foreachMember(
|
||||
[&](AstClass* const containingClassp, AstConstraint* const constrp) {
|
||||
processNestedConstraint(constrp, rootVarRefp, newPath);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue