Apply 'make format'

This commit is contained in:
github action 2026-03-02 20:20:17 +00:00
parent 0494d0f8bf
commit 4f00396ea6
2 changed files with 2 additions and 1 deletions

View File

@ -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;

0
test_regress/t/t_func_recurse_depth.py Normal file → Executable file
View File