summaryrefslogtreecommitdiff
path: root/yjit.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.c')
-rw-r--r--yjit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/yjit.c b/yjit.c
index daf608b106..edf5a139cc 100644
--- a/yjit.c
+++ b/yjit.c
@@ -91,7 +91,8 @@ rb_yjit_add_frame(VALUE hash, VALUE frame)
if (RTEST(rb_hash_aref(hash, frame_id))) {
return;
- } else {
+ }
+ else {
VALUE frame_info = rb_hash_new();
// Full label for the frame
VALUE name = rb_profile_frame_full_label(frame);