forked from github/verilator
Apply 'make format'
This commit is contained in:
parent
7fc278f6db
commit
08a433260c
@ -2208,7 +2208,9 @@ private:
|
|||||||
<< "... Location of interface class's function\n"
|
<< "... Location of interface class's function\n"
|
||||||
<< interfaceSubp->warnContextSecondary());
|
<< interfaceSubp->warnContextSecondary());
|
||||||
}
|
}
|
||||||
if (!existsInChild && m_ifClassImpNames.find(interfaceSubp->name()) != m_ifClassImpNames.end()) {
|
if (!existsInChild
|
||||||
|
&& m_ifClassImpNames.find(interfaceSubp->name())
|
||||||
|
!= m_ifClassImpNames.end()) {
|
||||||
implementsClassp->v3error(
|
implementsClassp->v3error(
|
||||||
"Class " << implementsClassp->prettyNameQ() << " implements "
|
"Class " << implementsClassp->prettyNameQ() << " implements "
|
||||||
<< interfaceClassp->prettyNameQ()
|
<< interfaceClassp->prettyNameQ()
|
||||||
|
Loading…
Reference in New Issue
Block a user