Apply 'make format'

This commit is contained in:
github action 2023-04-10 23:38:20 +00:00
parent 722ab9306a
commit fc70876aa9
1 changed files with 1 additions and 2 deletions

View File

@ -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,