Apply 'make format'

This commit is contained in:
github action 2025-03-04 07:26:01 +00:00 committed by Mateusz Gancarz
parent 88a202f8d1
commit 50d1a2fd5c
1 changed files with 1 additions and 2 deletions

View File

@ -379,8 +379,7 @@ void VerilatedSaif::pushPrefix(const std::string& name, VerilatedTracePrefixType
std::string pname = name;
if (m_prefixStack.back().second == VerilatedTracePrefixType::ROOTIO_MODULE) popPrefix();
if (pname.empty())
{
if (pname.empty()) {
pname = "$rootio";
type = VerilatedTracePrefixType::ROOTIO_MODULE;
}