aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-06 16:23:11 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-06 16:23:11 +0000
commit9c56ac3fdccad32c223aa183560da453e4d436c4 (patch)
tree07c23e1fe3d852dcf6679d620a30c84f540b48ac
parent31ee824ef45868c9891e91f5f9ea1d21e9da1d6b (diff)
downloadruby-9c56ac3fdccad32c223aa183560da453e4d436c4.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <ko1@atdot.net>
- * 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 <ko1@atdot.net>