mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 18:14:33 +02:00
Internals: clangtidy cleanups. No functional change intended (#7343)
This commit is contained in:
@@ -213,7 +213,8 @@ std::pair<int, bool> V3OptionParser::parse(int idx, int argc, char* argv[]) {
|
||||
if (!actp->isValueNeeded()) {
|
||||
actp->exec(optp, nullptr);
|
||||
return {1, !actp->isNotForRerun()};
|
||||
} else if (idx + 1 < argc) {
|
||||
}
|
||||
if (idx + 1 < argc) {
|
||||
actp->exec(optp, argv[idx + 1]);
|
||||
return {2, !actp->isNotForRerun()};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user