diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-04-15 11:50:54 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-04-15 11:50:54 +0900 |
commit | 607cd24128e36af72ee92354fab2e24a149fc1fb (patch) | |
tree | 83c02d4a569a188b415d5bd1529dd734ef44d729 /vm.c | |
parent | 5944a31614279e814fff6a47d034f5c034226855 (diff) |
Adjust function style [ci skip]
Diffstat (limited to 'vm.c')
-rw-r--r-- | vm.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2291,7 +2291,8 @@ struct rb_vm_exec_context { static void vm_exec_enter_vm_loop(rb_execution_context_t *ec, struct rb_vm_exec_context *ctx, - struct rb_vm_tag *_tag, bool skip_first_ex_handle) { + struct rb_vm_tag *_tag, bool skip_first_ex_handle) +{ if (skip_first_ex_handle) { goto vm_loop_start; } |