1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* expand tabs.

This commit is contained in:
git 2019-06-04 11:40:21 +09:00
parent 7866ed850c
commit b0cb4bdb4e

2
node.c
View file

@ -92,7 +92,7 @@ add_id(VALUE buf, ID id)
A(":"); AR(str);
}
else {
rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id);
rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id);
}
}
}