From 5b9bb500884a0e296f2fcd707bf61e08c6026cd2 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Apr 2018 00:25:30 +0000 Subject: vm_core.h: adjust indent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 9b8aede35c..51b51255b3 100644 --- a/vm_core.h +++ b/vm_core.h @@ -412,9 +412,9 @@ struct rb_iseq_constant_body { struct rb_call_cache *cc_entries; /* size is ci_size = ci_kw_size */ struct { - rb_snum_t flip_count; - VALUE coverage; - VALUE original_iseq; + rb_snum_t flip_count; + VALUE coverage; + VALUE original_iseq; } variable; unsigned int local_table_size; -- cgit v1.2.3