* gc.c (is_before_sweep): Add a missing space before a parenthesis.

* gc.c (rb_gc_force_recycle): Add a missing space around a parenthesis.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2013-06-26 14:13:20 +00:00
parent 7cc4b8097c
commit 7b52f3a722
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Jun 26 23:11:14 2013 Kouhei Sutou <kou@cozmixng.org>
* gc.c (is_before_sweep): Add a missing space before a parenthesis.
* gc.c (rb_gc_force_recycle): Add a missing space around a parenthesis.
Wed Jun 26 22:44:00 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/intern.h (rb_enumeratorize_with_size): cast for