Skip to content

Commit

Permalink
Remove space.
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk authored and matz committed Jun 3, 2014
1 parent 35d4137 commit 490d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.y
Expand Up @@ -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);
Expand Down

0 comments on commit 490d946

Please sign in to comment.