class.c: adjust space around the operator

This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-12-30 22:45:13 +09:00
parent 59d1fcfa02
commit 9f59d26c35
+1 -1
View File
@@ -1772,7 +1772,7 @@ mrb_vm_find_method(mrb_state *mrb, struct RClass *c, struct RClass **cp, mrb_sym
if (ret) {
if (ptr.proc == 0) break;
*cp = c;
m = create_method_value(mrb, ret, ptr);
m = create_method_value(mrb, ret, ptr);
#ifndef MRB_NO_METHOD_CACHE
mc->c = oc;
mc->c0 = c;