diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-23 07:03:34 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-23 07:03:34 +0000 |
commit | 5fdee2f829a0a600e196920a0cc690c0705a48dc (patch) | |
tree | 550c396de292b77bc6deadef20b0731d141f96d1 /ChangeLog | |
parent | 26cd2da78492a410e86c5d7ef9ae42049ed87799 (diff) |
* file.c: fix indent style. [fix GH-977]
* test/ruby/test_string.rb: indent. [fix GH-975]
[ci skip] These patches are contributed from @yui-knk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Oct 23 16:03:26 2015 SHIBATA Hiroshi <[email protected]> + + * file.c: fix indent style. [fix GH-977] + * test/ruby/test_string.rb: indent. [fix GH-975] + [ci skip] These patches are contributed from @yui-knk + Fri Oct 23 15:46:09 2015 SHIBATA Hiroshi <[email protected]> * string.c: Added method signature to include hash. It's inconsistency |