From d935a0ab951510241450694c73361a03656ad15b Mon Sep 17 00:00:00 2001 From: svn Date: Mon, 31 Dec 2018 15:00:52 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/objspace.c | 2 +- node.c | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index dced0740bc..2fa6833699 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -471,7 +471,7 @@ count_nodes(int argc, VALUE *argv, VALUE os) COUNT_NODE(NODE_DSYM); COUNT_NODE(NODE_ATTRASGN); COUNT_NODE(NODE_LAMBDA); - COUNT_NODE(NODE_METHREF); + COUNT_NODE(NODE_METHREF); #undef COUNT_NODE case NODE_LAST: break; } diff --git a/node.c b/node.c index 7a962b9dea..b560d24a29 100644 --- a/node.c +++ b/node.c @@ -935,13 +935,13 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node) return; case NODE_METHREF: - ANN("method reference"); - ANN("format: [nd_recv].:[nd_mid]"); - ANN("example: foo.:method"); - F_NODE(nd_recv, "receiver"); - LAST_NODE; - F_ID(nd_mid, "method name"); - return; + ANN("method reference"); + ANN("format: [nd_recv].:[nd_mid]"); + ANN("example: foo.:method"); + F_NODE(nd_recv, "receiver"); + LAST_NODE; + F_ID(nd_mid, "method name"); + return; case NODE_LAMBDA: ANN("lambda expression"); -- cgit v1.2.3