mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add a missing space after ",".
This commit is contained in:
+1
-1
@@ -2299,7 +2299,7 @@ codegen(codegen_scope *s, node *tree, int val)
|
||||
{
|
||||
int a = new_msym(s, sym(tree->car));
|
||||
int b = new_msym(s, sym(tree->cdr));
|
||||
int c = new_msym(s, mrb_intern_lit(s->mrb,"alias_method"));
|
||||
int c = new_msym(s, mrb_intern_lit(s->mrb, "alias_method"));
|
||||
|
||||
genop(s, MKOP_A(OP_TCLASS, cursp()));
|
||||
push();
|
||||
|
||||
Reference in New Issue
Block a user