Apply 'make format'

This commit is contained in:
github action 2024-01-24 12:46:22 +00:00
parent 31262e81f9
commit 8a7f36c34b

View File

@ -411,7 +411,8 @@ void FileLine::v3errorEnd(std::ostringstream& sstr, const string& extra)
} else if (!V3Error::s().errorContexted()) {
nsstr << warnContextPrimary();
}
if (!warnIsOff(V3Error::s().errorCode()) && !m_waive) V3Waiver::addEntry(V3Error::s().errorCode(), filename(), sstr.str());
if (!warnIsOff(V3Error::s().errorCode()) && !m_waive)
V3Waiver::addEntry(V3Error::s().errorCode(), filename(), sstr.str());
V3Error::v3errorEnd(nsstr, lstr.str());
}