Apply 'make format'
This commit is contained in:
parent
589612f914
commit
e1a9734917
|
|
@ -299,7 +299,8 @@ class LinkParseVisitor final : public VNVisitor {
|
||||||
if (nodep->lifetime().isNone()) nodep->lifetime(m_lifetime);
|
if (nodep->lifetime().isNone()) nodep->lifetime(m_lifetime);
|
||||||
} else if (m_ftaskp) {
|
} else if (m_ftaskp) {
|
||||||
nodep->lifetime(VLifetime::AUTOMATIC);
|
nodep->lifetime(VLifetime::AUTOMATIC);
|
||||||
} else if (nodep->lifetime().isNone()) { // lifetime shouldn't be unknown, set static if none
|
} else if (nodep->lifetime()
|
||||||
|
.isNone()) { // lifetime shouldn't be unknown, set static if none
|
||||||
nodep->lifetime(VLifetime::STATIC);
|
nodep->lifetime(VLifetime::STATIC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue