зеркало из https://github.com/github/ruby.git
ast.c: adjust indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
6666103480
Коммит
69e5eb35d3
3
ast.c
3
ast.c
|
@ -1,3 +1,4 @@
|
|||
/* 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)
|
|||
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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче