mirror of
https://github.com/verilator/verilator.git
synced 2025-04-06 12:42:42 +00:00
Apply 'make format'
This commit is contained in:
parent
31262e81f9
commit
8a7f36c34b
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user