Apply 'make format'

This commit is contained in:
github action 2026-03-30 23:12:27 +00:00
parent 62ffe43a82
commit 1096740113
1 changed files with 1 additions and 2 deletions

View File

@ -616,8 +616,7 @@ public:
// Wide functions assign into the array directly, don't need separate assign statement
m_wideTempRefp = VN_AS(nodep->lhsp(), VarRef);
paren = false;
} else if (nodep->isWide() && !unpackDtp
&& !VN_IS(nodep->rhsp(), Const)) {
} else if (nodep->isWide() && !unpackDtp && !VN_IS(nodep->rhsp(), Const)) {
putnbs(nodep, "VL_ASSIGN_W(");
puts(cvtToStr(nodep->widthMin()) + ", ");
iterateAndNextConstNull(nodep->lhsp());