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

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2015-06-18 08:01:32 +00:00
parent c8590d60f1
commit f74fdd72f3

View file

@ -3,7 +3,7 @@ Thu Jun 18 16:58:35 2015 Koichi Sasada <ko1@atdot.net>
* method.h: constify rb_method_alias_struct::original_me and
rb_method_refined_struct::orig_me.
* class.c (move_refined_method): use RB_OBJ_WRITE() for
* class.c (move_refined_method): use RB_OBJ_WRITE() for
me->def->body.refined.orig_me.
Thu Jun 18 14:35:28 2015 Koichi Sasada <ko1@atdot.net>