Skip to content

Commit

Permalink
Apply 'make format'
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Jan 24, 2024
1 parent 31262e8 commit 8a7f36c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/V3FileLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit 8a7f36c

Please sign in to comment.