From d397e0d838fa7f45f00387819c5c5f23097dfcb8 Mon Sep 17 00:00:00 2001 From: github action Date: Thu, 28 Mar 2024 11:32:57 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Width.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: ");