From 4e38caa248b566d18d021ea3daeec5ea923b30e4 Mon Sep 17 00:00:00 2001 From: github action Date: Fri, 13 Feb 2026 20:21:52 +0000 Subject: [PATCH] Apply 'make format' --- src/V3SchedTiming.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/V3SchedTiming.cpp b/src/V3SchedTiming.cpp index aff0841f6..d3ce0fa42 100644 --- a/src/V3SchedTiming.cpp +++ b/src/V3SchedTiming.cpp @@ -137,8 +137,7 @@ AstCCall* TimingKit::createResume(AstNetlist* const netlistp) { return; } AstCMethodHard* const moveToResumep = new AstCMethodHard{ - fromp->fileline(), fromp->cloneTree(false), - VCMethod::SCHED_MOVE_TO_RESUME_QUEUE, + fromp->fileline(), fromp->cloneTree(false), VCMethod::SCHED_MOVE_TO_RESUME_QUEUE, exprp->pinsp() ? exprp->pinsp()->cloneTree(true) : nullptr}; moveToResumep->dtypeSetVoid(); m_resumeFuncp->addStmtsp(moveToResumep->makeStmt());