From 8f3a36fb6e40f9259cc2fcd182cddb7472f3be14 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 3 Feb 2022 11:21:41 +0900 Subject: Fix indents [ci skip] --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index a2eb09f00f..d0afe535ca 100644 --- a/iseq.c +++ b/iseq.c @@ -2895,7 +2895,7 @@ iseq_data_to_ary(const rb_iseq_t *iseq) break; case TS_IC: case TS_IVC: - case TS_ICVARC: + case TS_ICVARC: case TS_ISE: { union iseq_inline_storage_entry *is = (union iseq_inline_storage_entry *)*seq; -- cgit v1.2.3