From 8a7f36c34b2a04a73aa2b472eb502d02d28c9a4a Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 24 Jan 2024 12:46:22 +0000 Subject: [PATCH] Apply 'make format' --- src/V3FileLine.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3FileLine.cpp b/src/V3FileLine.cpp index 111caa7f9..d3ab82d47 100644 --- a/src/V3FileLine.cpp +++ b/src/V3FileLine.cpp @@ -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()); }