From 77fe7c426e4545a412d0c055fe7b53d299bffd62 Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 16 Feb 2022 05:11:38 +0000 Subject: [PATCH] Apply 'make format' --- src/V3LinkDot.cpp | 4 ++-- test_regress/t/t_math_signed_calc.pl | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 test_regress/t/t_math_signed_calc.pl diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index d0a5e3b90..d6d29d5bd 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -1092,8 +1092,8 @@ class LinkDotFindVisitor final : public VNVisitor { } else { findvarp->combineType(nodep); findvarp->fileline()->modifyStateInherit(nodep->fileline()); - if (nodep->getChildDTypep()->numeric().isSigned() && - !findvarp->getChildDTypep()->numeric().isSigned()) { + if (nodep->getChildDTypep()->numeric().isSigned() + && !findvarp->getChildDTypep()->numeric().isSigned()) { findvarp->getChildDTypep()->numeric(VSigning(true)); } AstBasicDType* const bdtypep diff --git a/test_regress/t/t_math_signed_calc.pl b/test_regress/t/t_math_signed_calc.pl old mode 100644 new mode 100755