From e17586cde93bcd1b3ba5cdca254e6519671cbfec Mon Sep 17 00:00:00 2001 From: svn Date: Thu, 4 Oct 2018 23:33:05 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- struct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'struct.c') diff --git a/struct.c b/struct.c index 42ae4b0228..ed8d22ef09 100644 --- a/struct.c +++ b/struct.c @@ -325,14 +325,14 @@ setup_struct(VALUE nstr, VALUE members) len = RARRAY_LEN(members); for (i=0; i< len; i++) { VALUE sym = RARRAY_AREF(members, i); - ID id = SYM2ID(sym); + ID id = SYM2ID(sym); VALUE off = LONG2NUM(i); if (i < N_REF_FUNC) { rb_define_method_id(nstr, id, ref_func[i], 0); } else { - define_aref_method(nstr, sym, off); + define_aref_method(nstr, sym, off); } define_aset_method(nstr, ID2SYM(rb_id_attrset(id)), off); } -- cgit v1.2.3