From fc70876aa9422f3def567596213a368b6f829912 Mon Sep 17 00:00:00 2001 From: github action Date: Mon, 10 Apr 2023 23:38:20 +0000 Subject: [PATCH] Apply 'make format' --- src/V3LinkDot.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index bda97c8c2..d16fcf454 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -2766,8 +2766,7 @@ private: ok = m_ds.m_dotPos == DP_SCOPE; } else if (const AstNodeFTask* const ftaskp = VN_CAST(foundp->nodep(), NodeFTask)) { - if (!ftaskp->isFunction() || - ftaskp->classMethod() ) { + if (!ftaskp->isFunction() || ftaskp->classMethod()) { ok = m_ds.m_dotPos == DP_NONE; if (ok) { // The condition is true for tasks,