ruby-changes:52778
From: svn <ko1@a...>
Date: Wed, 10 Oct 2018 13:24:16 +0900 (JST)
Subject: [ruby-changes:52778] svn:r64990 (trunk): * expand tabs.
svn 2018-10-10 13:24:11 +0900 (Wed, 10 Oct 2018) New Revision: 64990 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64990 Log: * expand tabs. Modified files: trunk/ext/fiddle/function.c Index: ext/fiddle/function.c =================================================================== --- ext/fiddle/function.c (revision 64989) +++ ext/fiddle/function.c (revision 64990) @@ -113,7 +113,7 @@ initialize(int argc, VALUE argv[], VALUE https://github.com/ruby/ruby/blob/trunk/ext/fiddle/function.c#L113 Check_Max_Args("args", len); ary = rb_ary_subseq(args, 0, len); for (i = 0; i < RARRAY_LEN(args); i++) { - VALUE a = RARRAY_AREF(args, i); + VALUE a = RARRAY_AREF(args, i); int type = NUM2INT(a); (void)INT2FFI_TYPE(type); /* raise */ if (INT2FIX(type) != a) rb_ary_store(ary, i, INT2FIX(type)); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/