From f6b101d98b22e484097ba7fe53177804ab2d4d5d Mon Sep 17 00:00:00 2001 From: github action Date: Mon, 26 Dec 2022 09:31:25 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Param.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/V3Param.cpp b/src/V3Param.cpp index 251827214..b433dc768 100644 --- a/src/V3Param.cpp +++ b/src/V3Param.cpp @@ -561,9 +561,9 @@ class ParamProcessor final { << v3Global.opt.moduleRecursionDepth()); return; } - // Keep tree sorted by level. Note: Different parameterizations of the same recursive module - // end up with the same level, which we will need to fix up at the end, as we do not know - // up front how recursive modules are expanded, and a later expansion might re-use an + // Keep tree sorted by level. Note: Different parameterizations of the same recursive + // module end up with the same level, which we will need to fix up at the end, as we do not + // know up front how recursive modules are expanded, and a later expansion might re-use an // earlier expansion (see t_recursive_module_bug_2). AstNode* insertp = srcModp; while (VN_IS(insertp->nextp(), NodeModule)