Apply 'make format'

This commit is contained in:
github action 2026-02-13 20:21:52 +00:00
parent 5975f9d96d
commit 4e38caa248
1 changed files with 1 additions and 2 deletions

View File

@ -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());