node.c: adjust indent

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-10-17 12:30:11 +00:00
parent ee34bbbcbd
commit 4e01c50774

4
node.c
View File

@ -442,7 +442,7 @@ dump_node(VALUE buf, VALUE indent, int comment, NODE *node)
case 1: A("1 (&&)"); break;
default: A_ID(node->nd_mid);
}
};
}
F_NODE(nd_args->nd_head, "index");
LAST_NODE;
F_NODE(nd_args->nd_body, "rvalue");
@ -495,7 +495,7 @@ dump_node(VALUE buf, VALUE indent, int comment, NODE *node)
case 1: A("1 (&&)"); break;
default: A_ID(node->nd_mid);
}
};
}
LAST_NODE;
F_NODE(nd_value, "rvalue");
break;