* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2015-03-10 18:53:34 +00:00
parent e2c5094698
commit e512180a98

View File

@ -1,7 +1,7 @@
Wed Mar 11 03:52:12 2015 Koichi Sasada <ko1@atdot.net>
* eval_intern.h (THROW_DATA_P): use RB_TYPE_P() instead of
BUILTIN_TYPE().
BUILTIN_TYPE().
* thread.c (thread_join): use THROW_DATA_P().