From 1b8b52f5644523ea71a92364ea30f1deedce269b Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 15 Feb 2026 19:14:54 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Delayed.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/V3Delayed.cpp b/src/V3Delayed.cpp index ca5fdf932..aadd03c08 100644 --- a/src/V3Delayed.cpp +++ b/src/V3Delayed.cpp @@ -887,8 +887,7 @@ class DelayedVisitor final : public VNVisitor { // nodes handle the commit instead. if (!vscpInfo.m_inSuspOrFork || vscpInfo.m_inLoop) { // Create the AstActive for the Post logic - AstActive* const activep - = new AstActive{flp, "nba-value-queue", vscpInfo.senTreep()}; + AstActive* const activep = new AstActive{flp, "nba-value-queue", vscpInfo.senTreep()}; activep->senTreeStorep(vscpInfo.senTreep()); scopep->addBlocksp(activep); // Add 'Post' scheduled process for the commit