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@40871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-05-21 07:31:05 +00:00
parent 3f2cb86ef3
commit f3cdb9f3fb

View file

@ -1,6 +1,6 @@
Tue May 21 16:25:05 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_profile_dump_on): `count' should be (int) because it
* gc.c (gc_profile_dump_on): `count' should be (int) because it
can be negative number.
And use pointer for `record' (don't copy).