minor code reformat
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-29 00:59:50 +09:00
parent 2c544ae383
commit 5d7ec0cc1f
9 changed files with 122 additions and 111 deletions

View File

@ -238,7 +238,7 @@ struct hawk_t
union
{
hawk_oow_t a[7];
hawk_oow_t a[7]; /**< to access the elements of the #s field as an array */
struct
{
hawk_oow_t incl;
@ -248,7 +248,7 @@ struct hawk_t
hawk_oow_t expr_run;
hawk_oow_t rex_build;
hawk_oow_t rex_match;
} s;
} s; /**< defines the maximum nesting depths */
} depth;
hawk_oow_t rtx_stack_limit;