diff --git a/src/V3Width.cpp b/src/V3Width.cpp index c9b2defaa..cf6b79db2 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -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: ");