From 0d5fedce9234f916bce405b54f4ba00c67d7d03f Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 24 Nov 2024 03:02:04 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Unknown.cpp | 3 ++- test_regress/t/t_struct_array_assignment_delayed.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 test_regress/t/t_struct_array_assignment_delayed.py diff --git a/src/V3Unknown.cpp b/src/V3Unknown.cpp index f00b9620b..e649c02cd 100644 --- a/src/V3Unknown.cpp +++ b/src/V3Unknown.cpp @@ -99,7 +99,8 @@ class UnknownVisitor final : public VNVisitor { AstNodeExpr* prep = nodep; // Scan back to put the condlvalue above all selects (IE top of the lvalue) - while (VN_IS(prep->backp(), NodeSel) || VN_IS(prep->backp(), Sel) || VN_IS(prep->backp(), StructSel)) { + while (VN_IS(prep->backp(), NodeSel) || VN_IS(prep->backp(), Sel) + || VN_IS(prep->backp(), StructSel)) { prep = VN_AS(prep->backp(), NodeExpr); } FileLine* const fl = nodep->fileline(); diff --git a/test_regress/t/t_struct_array_assignment_delayed.py b/test_regress/t/t_struct_array_assignment_delayed.py old mode 100644 new mode 100755