Apply 'make format'

This commit is contained in:
github action 2023-04-24 11:29:33 +00:00
parent f794180865
commit c6bf9fb89e
1 changed files with 2 additions and 2 deletions

View File

@ -403,8 +403,8 @@ private:
void visit(AstCell* nodep) override {
if (nodep->modp()->dead()) return;
if (!m_hasChildren) m_os << ">\n";
m_os << "<cell " << nodep->fileline()->xmlDetailedLocation()
<< " name=\"" << nodep->name() << "\""
m_os << "<cell " << nodep->fileline()->xmlDetailedLocation() << " name=\"" << nodep->name()
<< "\""
<< " submodname=\"" << nodep->modName() << "\""
<< " hier=\"" << m_hier + nodep->name() << "\"";
const std::string hier = m_hier;