aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-17 00:21:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-17 00:21:00 +0900
commit2f595c744e10f7d5222c477efd50fe168fe9d47e (patch)
treee2de4692cadc686cda88ea90f832b47d8ae8db63 /load.c
parent40113454b1362554dee83454df76e5892999247f (diff)
downloadruby-2f595c744e10f7d5222c477efd50fe168fe9d47e.tar.gz
Adjust styles [ci skip]
Diffstat (limited to 'load.c')
-rw-r--r--load.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/load.c b/load.c
index 71bd3c7c1e..d962d08b37 100644
--- a/load.c
+++ b/load.c
@@ -751,7 +751,8 @@ load_iseq_eval(rb_execution_context_t *ec, VALUE fname)
pm_string_free(&input);
pm_options_free(&options);
- } else {
+ }
+ else {
rb_execution_context_t *ec = GET_EC();
VALUE v = rb_vm_push_frame_fname(ec, fname);
rb_ast_t *ast;