Apply 'make format'

This commit is contained in:
github action 2022-03-06 22:17:42 +00:00
parent 9baf9c55c2
commit 181b9a5795

View File

@ -1170,7 +1170,9 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc, char
case 'l': m_oLife = flag; break;
case 'm': m_oAssemble = flag; break;
// n
case 'o': m_oConstBitOpTree = flag; break; // Can remove ~2022-01 when stable
case 'o':
m_oConstBitOpTree = flag;
break; // Can remove ~2022-01 when stable
// o will be used as an escape for a second character of optimization disables
case 'p':
m_public = !flag;