fix indent and style

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-06-19 01:44:10 +00:00
parent 97dd259df5
commit 267691bc90

View File

@ -83,9 +83,9 @@ Tue Jun 18 22:01:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
* vm_insnhelper.c (vm_call_method): ensure methods of type
VM_METHOD_TYPE_ATTR_SET are called with 1 argument
* test/ruby/test_module.rb (class TestModule): add test
[ruby-core:55543] [Bug #8540]
* test/ruby/test_module.rb
(TestModule#test_attr_writer_with_no_arguments): add test
[ruby-core:55543] [Bug #8540]
Tue Jun 18 22:36:23 2013 Masaya Tarui <tarui@ruby-lang.org>