From d6e5703298f8ac877a9b433d5d9ead77d375d1df Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 12 Jun 2024 11:44:29 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Options.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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