Apply 'make format'

This commit is contained in:
github action 2024-03-28 11:32:57 +00:00
parent 8301fdc6d3
commit d397e0d838
1 changed files with 2 additions and 1 deletions

View File

@ -2552,7 +2552,8 @@ class WidthVisitor final : public VNVisitor {
nextip = itemp->nextp(); // iterate may cause the node to get replaced
// InsideRange will get replaced with Lte&Gte and finalized later
if (!VN_IS(itemp, InsideRange))
iterateCheck(nodep, "Inside Item", itemp, CONTEXT_DET, FINAL, subDTypep, EXTEND_EXP);
iterateCheck(nodep, "Inside Item", itemp, CONTEXT_DET, FINAL, subDTypep,
EXTEND_EXP);
}
if (debug() >= 9) nodep->dumpTree("- inside-in: ");