mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a space between type and others
This commit is contained in:
parent
b3a6469e46
commit
35146c4368
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -11113,7 +11113,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
|
|||
const int age = RVALUE_FLAGS_AGE(RBASIC(obj)->flags);
|
||||
|
||||
if (is_pointer_to_heap(&rb_objspace, (void *)obj)) {
|
||||
APPENDF((BUFF_ARGS, "%p [%d%s%s%s%s%s] %s",
|
||||
APPENDF((BUFF_ARGS, "%p [%d%s%s%s%s%s] %s ",
|
||||
(void *)obj, age,
|
||||
C(RVALUE_UNCOLLECTIBLE_BITMAP(obj), "L"),
|
||||
C(RVALUE_MARK_BITMAP(obj), "M"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue