diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-04-20 00:25:30 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-04-20 00:25:30 +0000 |
commit | 5b9bb500884a0e296f2fcd707bf61e08c6026cd2 (patch) | |
tree | 11567a037f34d151a53dc67692eb6bfc2d79094a | |
parent | db885d0850653425b2c7896f9e6730c57b030ab1 (diff) |
vm_core.h: adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | vm_core.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |