diff --git a/src/V3Options.cpp b/src/V3Options.cpp index 473a795bf..9f86dac80 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -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