Skip to content

Commit

Permalink
Small cosmetic change ("* " -> "*").
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Mar 18, 2017
1 parent 6ea26aa commit 38a3b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 38a3b89

Please sign in to comment.