Remove space.

This commit is contained in:
yui-knk
2014-05-31 14:10:30 +09:00
committed by Yukihiro "Matz" Matsumoto
parent 35d4137da1
commit 490d946bca
+1 -1
View File
@@ -5856,7 +5856,7 @@ mrb_parser_dump(mrb_state *mrb, node *tree, int offset)
{
node *n2 = tree->car;
if (n2 && (n2->car || n2->cdr)) {
if (n2 && (n2->car || n2->cdr)) {
dump_prefix(offset+1);
printf("local variables:\n");
dump_prefix(offset+2);