From 3f97d88ac43eb1a49d4aa3e636efbeaac76aa9d4 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 6 Nov 2018 10:19:59 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm.c b/vm.c index f487bd881a..5f89cacd1c 100644 --- a/vm.c +++ b/vm.c @@ -2201,7 +2201,7 @@ ruby_vm_destruct(rb_vm_t *vm) 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); -- cgit v1.2.3