summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-13 01:34:36 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-13 01:34:36 +0900
commite688ab26c71c124ca1c466d9c5c669bd1ce61e6e (patch)
tree63202ef63bc091f70c70bd870ba859209d1b7037 /iseq.c
parent6749682f8225b50bc91a45af0f27f20ff68d473c (diff)
* expand tabs.
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}