ruby-changes:54452
From: svn <ko1@a...>
Date: Tue, 1 Jan 2019 00:10:42 +0900 (JST)
Subject: [ruby-changes:54452] svn:r66668 (trunk): * expand tabs.
svn 2019-01-01 00:00:52 +0900 (Tue, 01 Jan 2019) New Revision: 66668 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66668 Log: * expand tabs. Modified files: trunk/ext/objspace/objspace.c trunk/node.c Index: node.c =================================================================== --- node.c (revision 66667) +++ node.c (revision 66668) @@ -935,13 +935,13 @@ dump_node(VALUE buf, VALUE indent, int c https://github.com/ruby/ruby/blob/trunk/node.c#L935 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"); Index: ext/objspace/objspace.c =================================================================== --- ext/objspace/objspace.c (revision 66667) +++ ext/objspace/objspace.c (revision 66668) @@ -471,7 +471,7 @@ count_nodes(int argc, VALUE *argv, VALUE https://github.com/ruby/ruby/blob/trunk/ext/objspace/objspace.c#L471 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; } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/