Apply 'make format'
This commit is contained in:
parent
13cc2b51b4
commit
1b8b52f564
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue