Apply 'make format'
This commit is contained in:
parent
4b713e9882
commit
bdd37e40fe
|
|
@ -4408,8 +4408,7 @@ class WidthVisitor final : public VNVisitor {
|
||||||
}
|
}
|
||||||
memp = VN_AS(memp->nextp(), MemberDType);
|
memp = VN_AS(memp->nextp(), MemberDType);
|
||||||
}
|
}
|
||||||
} else if (AstNodeDType* nodedtypep
|
} else if (AstNodeDType* nodedtypep = VN_CAST(patp->keyp(), NodeDType)) {
|
||||||
= VN_CAST(patp->keyp(), NodeDType)) {
|
|
||||||
// data_type: default_value
|
// data_type: default_value
|
||||||
userIterate(nodedtypep, WidthVP{SELF, BOTH}.p());
|
userIterate(nodedtypep, WidthVP{SELF, BOTH}.p());
|
||||||
const string dtype = nodedtypep->dtypep()->prettyDTypeName(true);
|
const string dtype = nodedtypep->dtypep()->prettyDTypeName(true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue