mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Small cosmetic change ("* " -> "*").
This commit is contained in:
+1
-1
@@ -759,7 +759,7 @@ mrb_mod_class_variables(mrb_state *mrb, mrb_value mod)
|
||||
}
|
||||
|
||||
MRB_API mrb_value
|
||||
mrb_mod_cv_get(mrb_state *mrb, struct RClass * c, mrb_sym sym)
|
||||
mrb_mod_cv_get(mrb_state *mrb, struct RClass *c, mrb_sym sym)
|
||||
{
|
||||
struct RClass * cls = c;
|
||||
mrb_value v;
|
||||
|
||||
Reference in New Issue
Block a user