mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Apply 'make format'
This commit is contained in:
+1
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user