From 07db7608b1c280842a3cee33b2dbeef90018129b Mon Sep 17 00:00:00 2001 From: github action Date: Thu, 26 Mar 2026 16:59:22 +0000 Subject: [PATCH] Apply 'make format' --- src/V3LinkParse.cpp | 2 +- test_regress/t/t_vlcov_covergroup.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test_regress/t/t_vlcov_covergroup.py diff --git a/src/V3LinkParse.cpp b/src/V3LinkParse.cpp index 4d629bed0..ba272c860 100644 --- a/src/V3LinkParse.cpp +++ b/src/V3LinkParse.cpp @@ -1354,7 +1354,7 @@ class LinkParseVisitor final : public VNVisitor { "Ignoring unsupported coverage option: " + optp->name()); } nodep->addOptionsp(new AstCoverOption{optp->fileline(), optType, - optp->valuep()->cloneTree(false)}); + optp->valuep()->cloneTree(false)}); VL_DO_DANGLING(optp->deleteTree(), optp); } } diff --git a/test_regress/t/t_vlcov_covergroup.py b/test_regress/t/t_vlcov_covergroup.py old mode 100644 new mode 100755