Apply 'make format'

This commit is contained in:
github action 2024-06-12 11:44:29 +00:00
parent a9e50327fd
commit d6e5703298
1 changed files with 1 additions and 3 deletions

View File

@ -1007,9 +1007,7 @@ string V3Options::argString(int argc, char** argv) {
void V3Options::parseOpts(FileLine* fl, int argc, char** argv) VL_MT_DISABLED {
// Save command line options
for (int i = 0; i < argc; ++i) {
addLineArg(argv[i]);
}
for (int i = 0; i < argc; ++i) { addLineArg(argv[i]); }
// Parse all options
// Initial entry point from Verilator.cpp