mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
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);
|
||||
}
|
||||
} 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);
|
||||
|
Loading…
Reference in New Issue
Block a user