From e688ab26c71c124ca1c466d9c5c669bd1ce61e6e Mon Sep 17 00:00:00 2001 From: git Date: Tue, 13 Aug 2019 01:34:36 +0900 Subject: [PATCH] * expand tabs. --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iseq.c b/iseq.c index 0e27329b68..bbf35c4884 100644 --- a/iseq.c +++ b/iseq.c @@ -305,7 +305,7 @@ rb_iseq_mark(const rb_iseq_t *iseq) 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); } } }