summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-10-30 12:26:59 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-10-30 12:26:59 +0900
commit799253dc46e96518687dcd4fdca42582251ccffe (patch)
treeb0776886fba65f9cca3cea6266da02b20219598e /iseq.c
parent5d97bdc2dcb835c877010daa033cc2b1dfeb86d6 (diff)
strip trailing spaces [ci skip]
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 449d3385cc..36cbe1dc29 100644
--- a/iseq.c
+++ b/iseq.c
@@ -607,7 +607,7 @@ prepare_iseq_build(rb_iseq_t *iseq,
ISEQ_COMPILE_DATA(iseq)->option = option;
ISEQ_COMPILE_DATA(iseq)->ivar_cache_table = NULL;
ISEQ_COMPILE_DATA(iseq)->builtin_function_table = GET_VM()->builtin_function_table;
-
+
if (option->coverage_enabled) {
VALUE coverages = rb_get_coverages();