From 9c56ac3fdccad32c223aa183560da453e4d436c4 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 6 Oct 2015 16:23:11 +0000 Subject: [PATCH] * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 56886d679d..70eb12bab0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Wed Oct 7 01:20:46 2015 Koichi Sasada - * gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj) + * gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj) which prints the result of rb_raw_obj_info(..., obj). Wed Oct 7 01:16:11 2015 Koichi Sasada