ruby-changes:56988
From: git <ko1@a...>
Date: Tue, 13 Aug 2019 01:34:46 +0900 (JST)
Subject: [ruby-changes:56988] git: e688ab26c7 (master): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=e688ab26c7 From e688ab26c71c124ca1c466d9c5c669bd1ce61e6e Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Tue, 13 Aug 2019 01:34:36 +0900 Subject: * expand tabs. diff --git a/iseq.c b/iseq.c index 0e27329..bbf35c4 100644 --- a/iseq.c +++ b/iseq.c @@ -305,7 +305,7 @@ rb_iseq_mark(const rb_iseq_t *iseq) https://github.com/ruby/ruby/blob/trunk/iseq.c#L305 for (j = 0; i < keyword->num; i++, j++) { VALUE obj = keyword->default_values[j]; if (!SPECIAL_CONST_P(obj)) { - rb_gc_mark_no_pin(obj); + rb_gc_mark_no_pin(obj); } } } -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/