Add a missing space after ",".

This commit is contained in:
Tatsuhiko Kubo
2014-08-26 07:47:20 +09:00
parent ecda19f402
commit 3202938099
6 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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();