From e1a97349175a4a62e5fc18abff18f360ca2e54b4 Mon Sep 17 00:00:00 2001 From: github action Date: Sat, 2 Nov 2024 13:43:43 +0000 Subject: [PATCH] Apply 'make format' --- src/V3LinkParse.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3LinkParse.cpp b/src/V3LinkParse.cpp index 8e4657d7b..123716fb2 100644 --- a/src/V3LinkParse.cpp +++ b/src/V3LinkParse.cpp @@ -299,7 +299,8 @@ class LinkParseVisitor final : public VNVisitor { if (nodep->lifetime().isNone()) nodep->lifetime(m_lifetime); } else if (m_ftaskp) { 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); }