summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 06:44:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 06:44:41 +0000
commit5ae753dfa3632a8bc4a4141ff67e8fc9554ca7a0 (patch)
treeb88888d1db310dc460f75315e5f2997f43f071e5 /iseq.c
parentcc02df324f74fc84b9eae1e66bdf38f4422c249b (diff)
Adjusted styles
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 cce3b9cb39..7c721d61b0 100644
--- a/iseq.c
+++ b/iseq.c
@@ -233,7 +233,7 @@ rb_iseq_update_references(rb_iseq_t *iseq)
if (body->parent_iseq) {
body->parent_iseq = (struct rb_iseq_struct *)rb_gc_new_location((VALUE)body->parent_iseq);
}
- if(FL_TEST(iseq, ISEQ_MARKABLE_ISEQ)) {
+ if (FL_TEST(iseq, ISEQ_MARKABLE_ISEQ)) {
rb_iseq_each_value(iseq, update_each_insn_value, NULL);
}