From d32e3f042f71bee4955c415e7e10b823fc58b839 Mon Sep 17 00:00:00 2001 From: github action Date: Fri, 12 Aug 2022 10:56:12 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Width.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index f1067a896..91de05a95 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -3664,7 +3664,8 @@ private: memp_nested = VN_AS(memp_nested->nextp(), MemberDType)) { if (AstNodeUOrStructDType* const memp_multinested_vdtypep = VN_CAST(memp_nested->virtRefDTypep(), NodeUOrStructDType)) { - // When unpacked struct/union is supported this if will need some additional conditions + // When unpacked struct/union is supported this if will need some additional + // conditions newp = nestedvalueConcat_patternUOrStruct(memp_multinested_vdtypep, defaultp, newp, nodep, dtypemap); } else {