fix indent (tabify) [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-05-22 15:26:23 +00:00
parent 9bab9d5092
commit 511a9f79aa

View File

@ -81,11 +81,11 @@ Thu May 21 15:41:45 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
Thu May 21 15:37:32 2015 Zachary Scott <e@zzak.io>
* vm_method.c: Remove private attribute warning [Bug #10967]
Patch by @spastorino [Fixes GH-849]
https://github.com/ruby/ruby/pull/849
* vm_method.c: Remove private attribute warning [Bug #10967]
Patch by @spastorino [Fixes GH-849]
https://github.com/ruby/ruby/pull/849
* test/ruby/test_module.rb: Update test for changes
* test/ruby/test_module.rb: Update test for changes
Thu May 21 10:59:43 2015 Koichi Sasada <ko1@atdot.net>