From 08a433260cf6a05b6028b88e0f12b20179ded8d8 Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 1 Mar 2023 05:44:35 +0000 Subject: [PATCH] Apply 'make format' --- src/V3LinkDot.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index ebe022bd2..69b2e83bf 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -2208,7 +2208,9 @@ private: << "... Location of interface class's function\n" << interfaceSubp->warnContextSecondary()); } - if (!existsInChild && m_ifClassImpNames.find(interfaceSubp->name()) != m_ifClassImpNames.end()) { + if (!existsInChild + && m_ifClassImpNames.find(interfaceSubp->name()) + != m_ifClassImpNames.end()) { implementsClassp->v3error( "Class " << implementsClassp->prettyNameQ() << " implements " << interfaceClassp->prettyNameQ()