ruby-changes:52776
From: svn <ko1@a...>
Date: Wed, 10 Oct 2018 13:20:26 +0900 (JST)
Subject: [ruby-changes:52776] svn:r64988 (trunk): * expand tabs.
svn 2018-10-10 13:20:21 +0900 (Wed, 10 Oct 2018) New Revision: 64988 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64988 Log: * expand tabs. Modified files: trunk/process.c Index: process.c =================================================================== --- process.c (revision 64987) +++ process.c (revision 64988) @@ -1899,7 +1899,7 @@ check_exec_redirect(VALUE key, VALUE val https://github.com/ruby/ruby/blob/trunk/process.c#L1899 else if (RB_TYPE_P(key, T_ARRAY)) { int i; for (i = 0; i < RARRAY_LEN(key); i++) { - VALUE v = RARRAY_AREF(key, i); + VALUE v = RARRAY_AREF(key, i); VALUE fd = check_exec_redirect_fd(v, 1); if (FIX2INT(fd) != 1 && FIX2INT(fd) != 2) break; } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/