From 4f00396ea6fba7687f136d517ba081cfc226e068 Mon Sep 17 00:00:00 2001 From: github action Date: Mon, 2 Mar 2026 20:20:17 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Simulate.h | 3 ++- test_regress/t/t_func_recurse_depth.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 test_regress/t/t_func_recurse_depth.py diff --git a/src/V3Simulate.h b/src/V3Simulate.h index d7f1ff643..007e50ca1 100644 --- a/src/V3Simulate.h +++ b/src/V3Simulate.h @@ -1151,7 +1151,8 @@ private: if (funcp->recursive()) { if (m_recurseCount >= v3Global.opt.funcRecursionDepth()) { clearOptimizable(funcp, "Constant function recursed more than "s - + std::to_string(v3Global.opt.funcRecursionDepth()) + " times"); + + std::to_string(v3Global.opt.funcRecursionDepth()) + + " times"); return; } ++m_recurseCount; diff --git a/test_regress/t/t_func_recurse_depth.py b/test_regress/t/t_func_recurse_depth.py old mode 100644 new mode 100755