Small cosmetic change ("* " -> "*").

parent 6ea26aaf
...@@ -759,7 +759,7 @@ mrb_mod_class_variables(mrb_state *mrb, mrb_value mod) ...@@ -759,7 +759,7 @@ mrb_mod_class_variables(mrb_state *mrb, mrb_value mod)
} }
MRB_API mrb_value 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; struct RClass * cls = c;
mrb_value v; mrb_value v;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment