diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-26 14:13:20 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-26 14:13:20 +0000 |
| commit | 7b52f3a722c26fed7747cd383fb14662cbc84170 (patch) | |
| tree | e6a437124274cab5ca017ba39c536880a55c2876 /ChangeLog | |
| parent | 7cc4b8097cde58ceb0c1252a4f37d69a674377e3 (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
