ruby-changes:51397
From: nobu <ko1@a...>
Date: Thu, 7 Jun 2018 23:40:45 +0900 (JST)
Subject: [ruby-changes:51397] nobu:r63603 (trunk): ast.c: adjust indent
nobu 2018-06-07 23:40:39 +0900 (Thu, 07 Jun 2018) New Revision: 63603 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63603 Log: ast.c: adjust indent Modified files: trunk/ast.c Index: ast.c =================================================================== --- ast.c (revision 63602) +++ ast.c (revision 63603) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ast.c#L1 +/* indent-tabs-mode: nil */ #include "ruby.h" #include "ruby/encoding.h" #include "internal.h" @@ -380,7 +381,7 @@ node_children(rb_ast_t *ast, NODE *node) https://github.com/ruby/ruby/blob/trunk/ast.c#L381 dot: return rb_ary_new_from_node_args(ast, 2, node->nd_beg, node->nd_end); case NODE_SELF: - return rb_ary_new_from_node_args(ast, 0); + return rb_ary_new_from_node_args(ast, 0); case NODE_NIL: return rb_ary_new_from_node_args(ast, 0); case NODE_TRUE: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/