summaryrefslogtreecommitdiff
path: root/spec/ruby/optional/capi/ext/debug_spec.c
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2023-08-02 18:53:03 +0200
committerBenoit Daloze <eregontp@gmail.com>2023-08-02 18:53:03 +0200
commitdc54574adefe798702cc93457655da40f4939669 (patch)
treebd7ae5d6afc9bc00f6cb7813774543bc6f12b6e2 /spec/ruby/optional/capi/ext/debug_spec.c
parente20f1e443f6d0a4d377ef237fffc1f4c6e27c9e1 (diff)
Update to ruby/spec@9e278f5
Diffstat (limited to 'spec/ruby/optional/capi/ext/debug_spec.c')
-rw-r--r--spec/ruby/optional/capi/ext/debug_spec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/optional/capi/ext/debug_spec.c b/spec/ruby/optional/capi/ext/debug_spec.c
index 344dfc33fa..9131eda78b 100644
--- a/spec/ruby/optional/capi/ext/debug_spec.c
+++ b/spec/ruby/optional/capi/ext/debug_spec.c
@@ -45,7 +45,7 @@ static VALUE rb_debug_inspector_frame_iseq_get_callback(const rb_debug_inspector
return rb_debug_inspector_frame_iseq_get(dc, NUM2LONG((VALUE) ptr));
}
-static VALUE debug_spec_callback_data(VALUE self){
+static VALUE debug_spec_callback_data(VALUE self) {
return callback_data;
}