Apply 'make format'
This commit is contained in:
parent
f794180865
commit
c6bf9fb89e
|
|
@ -403,8 +403,8 @@ private:
|
||||||
void visit(AstCell* nodep) override {
|
void visit(AstCell* nodep) override {
|
||||||
if (nodep->modp()->dead()) return;
|
if (nodep->modp()->dead()) return;
|
||||||
if (!m_hasChildren) m_os << ">\n";
|
if (!m_hasChildren) m_os << ">\n";
|
||||||
m_os << "<cell " << nodep->fileline()->xmlDetailedLocation()
|
m_os << "<cell " << nodep->fileline()->xmlDetailedLocation() << " name=\"" << nodep->name()
|
||||||
<< " name=\"" << nodep->name() << "\""
|
<< "\""
|
||||||
<< " submodname=\"" << nodep->modName() << "\""
|
<< " submodname=\"" << nodep->modName() << "\""
|
||||||
<< " hier=\"" << m_hier + nodep->name() << "\"";
|
<< " hier=\"" << m_hier + nodep->name() << "\"";
|
||||||
const std::string hier = m_hier;
|
const std::string hier = m_hier;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue