Apply 'make format'

This commit is contained in:
github action 2024-10-06 08:02:10 +00:00
parent 4b713e9882
commit bdd37e40fe

View File

@ -4408,8 +4408,7 @@ class WidthVisitor final : public VNVisitor {
}
memp = VN_AS(memp->nextp(), MemberDType);
}
} else if (AstNodeDType* nodedtypep
= VN_CAST(patp->keyp(), NodeDType)) {
} else if (AstNodeDType* nodedtypep = VN_CAST(patp->keyp(), NodeDType)) {
// data_type: default_value
userIterate(nodedtypep, WidthVP{SELF, BOTH}.p());
const string dtype = nodedtypep->dtypep()->prettyDTypeName(true);