summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-31 15:00:52 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-31 15:00:52 +0000
commitd935a0ab951510241450694c73361a03656ad15b (patch)
tree84d4924dfe572ba9abc4f28b84eae7435e725b9e /node.c
parent67c574736912003c377218153f9d3b9c0c96a17b (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.c')
-rw-r--r--node.c14
1 files changed, 7 insertions, 7 deletions
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");