ruby-changes:53359
From: svn <ko1@a...>
Date: Tue, 6 Nov 2018 19:20:04 +0900 (JST)
Subject: [ruby-changes:53359] svn:r65575 (trunk): * expand tabs.
svn 2018-11-06 19:19:59 +0900 (Tue, 06 Nov 2018) New Revision: 65575 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65575 Log: * expand tabs. Modified files: trunk/vm.c Index: vm.c =================================================================== --- vm.c (revision 65574) +++ vm.c (revision 65575) @@ -2201,7 +2201,7 @@ ruby_vm_destruct(rb_vm_t *vm) https://github.com/ruby/ruby/blob/trunk/vm.c#L2201 struct rb_objspace *objspace = vm->objspace; vm->main_thread = 0; if (th) { - rb_fiber_reset_root_local_storage(th); + rb_fiber_reset_root_local_storage(th); thread_free(th); } rb_vm_living_threads_init(vm); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/