summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2022-09-27 01:21:58 +0900
committergit <svn-admin@ruby-lang.org>2022-09-27 01:21:58 +0900
commit830b5b5c351c5c6efa5ad461ae4ec5085e5f0275 (patch)
tree38bcfe1ad1ab2999966be22422c6db0f8b694bef /compile.c
parent9ddfd2ca004d1952be79cf1b84c52c79a55978f4 (diff)
downloadruby-830b5b5c351c5c6efa5ad461ae4ec5085e5f0275.tar.gz
* expand tabs. [ci skip]
Tabs were expanded because the file did not have any tab indentation in unedited lines. Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook.
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 01f6abe6bc..9051ecfcd6 100644
--- a/compile.c
+++ b/compile.c
@@ -2459,7 +2459,7 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *const anchor)
generated_iseq[code_index + 1 + j] = (VALUE)ic;
}
break;
- case TS_IVC: /* inline ivar cache */
+ case TS_IVC: /* inline ivar cache */
{
unsigned int ic_index = FIX2UINT(operands[j]);
vm_ic_attr_index_initialize(((IVC)&body->is_entries[ic_index]), INVALID_SHAPE_ID);