mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
* adjust indents. [ci skip]
This commit is contained in:
parent
bf9cbdef12
commit
41242560b6
@ -976,7 +976,8 @@ rb_vm_rewrite_cref(rb_cref_t *cref, VALUE old_klass, VALUE new_klass)
|
||||
#define ADD_NEW_CREF(new_cref) \
|
||||
if (new_cref_tail) { \
|
||||
RB_OBJ_WRITE(new_cref_tail, &new_cref_tail->next, new_cref); \
|
||||
} else { \
|
||||
} \
|
||||
else { \
|
||||
new_cref_head = new_cref; \
|
||||
} \
|
||||
new_cref_tail = new_cref;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user