From 60b52a4986281fff3e809a6df8764a7154dce90e Mon Sep 17 00:00:00 2001 From: github action Date: Fri, 6 Feb 2026 11:39:13 +0000 Subject: [PATCH] Apply 'make format' --- src/V3LinkDot.cpp | 5 +++-- test_regress/t/t_interface_modport_expr_bad.py | 0 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 test_regress/t/t_interface_modport_expr_bad.py diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index fa471cc48..4c5009f9a 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -2772,8 +2772,9 @@ class LinkDotIfaceVisitor final : public VNVisitor { bool hasPartSelect = false; const string dottedPath = extractDottedPath(dotp, hasPartSelect); if (hasPartSelect) { - fl->v3warn(E_UNSUPPORTED, - "Unsupported: Modport expression with part select (IEEE 1800-2023 25.5.4)"); + fl->v3warn( + E_UNSUPPORTED, + "Unsupported: Modport expression with part select (IEEE 1800-2023 25.5.4)"); } else { string baddot; VSymEnt* okSymp = nullptr; diff --git a/test_regress/t/t_interface_modport_expr_bad.py b/test_regress/t/t_interface_modport_expr_bad.py old mode 100644 new mode 100755