runtime: adjust formatting

This commit is contained in:
2026-06-13 13:47:16 +01:00
parent 73519eb7aa
commit 2332d48b0c
2 changed files with 6 additions and 4 deletions
+4 -1
View File
@@ -6,7 +6,10 @@ enum bshell_status cmdcall_load(
{
struct bshell_cmdcall_ast_node *cmdcall;
cmdcall = (struct bshell_cmdcall_ast_node *)value->v_node;
bshell_scriptblock_push_instruction(ctx->c_block, BSHELL_OPCODE_PEXEC, 1);
bshell_scriptblock_push_instruction(
ctx->c_block,
BSHELL_OPCODE_PEXEC,
1);
return BSHELL_SUCCESS;
}