From 92a4bff0476c65e377bc02cb3477ed5f221c0231 Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 27 Jul 2025 14:31:15 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Task.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Task.cpp b/src/V3Task.cpp index 314ea0986..e7cfc5357 100644 --- a/src/V3Task.cpp +++ b/src/V3Task.cpp @@ -1486,7 +1486,7 @@ class TaskVisitor final : public VNVisitor { ++m_statInlines; } - if (VN_IS(nodep, New)) { // New not legal as while() condition + if (VN_IS(nodep, New)) { // New not legal as while() condition insertBeforeStmt(nodep, beginp); UASSERT_OBJ(cnewp, nodep, "didn't create cnew for new"); nodep->replaceWith(cnewp);