From 0ba36488e95722f70cc9067009b3e0bdbdb6507a Mon Sep 17 00:00:00 2001 From: github action Date: Mon, 22 Dec 2025 08:00:37 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Undriven.cpp | 6 ++---- test_regress/t/t_multidriven_funcret0.py | 0 2 files changed, 2 insertions(+), 4 deletions(-) mode change 100644 => 100755 test_regress/t/t_multidriven_funcret0.py diff --git a/src/V3Undriven.cpp b/src/V3Undriven.cpp index 2a9488edf..07746302b 100644 --- a/src/V3Undriven.cpp +++ b/src/V3Undriven.cpp @@ -479,15 +479,13 @@ class UndrivenVisitor final : public VNVisitorConst { && !entryp->isUnderGen() // EOM //&& entryp->getNodep()) { - && (entryp->getNodep() - || (m_enableWriteSummary && entryp->getCallNodep()))) { + && (entryp->getNodep() || (m_enableWriteSummary && entryp->getCallNodep()))) { // EOM const AstNode* const otherWritep = entryp->getNodep() ? static_cast(entryp->getNodep()) - : (m_enableWriteSummary ? entryp->getCallNodep() - : nullptr); + : (m_enableWriteSummary ? entryp->getCallNodep() : nullptr); if (m_alwaysCombp && (!entryp->isDrivenAlwaysCombWhole() diff --git a/test_regress/t/t_multidriven_funcret0.py b/test_regress/t/t_multidriven_funcret0.py old mode 100644 new mode 100755