From e4c9a70c9693d73c5d46f7d6cfce0b7e65d696c7 Mon Sep 17 00:00:00 2001 From: svn Date: Sun, 18 Nov 2018 01:37:45 +0000 Subject: [PATCH] * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_core.h b/vm_core.h index e0fc3cb0a1..d578b5c6e5 100644 --- a/vm_core.h +++ b/vm_core.h @@ -1753,7 +1753,7 @@ static inline void rb_thread_set_current(rb_thread_t *th) { if (th->vm->running_thread != th) { - th->running_time_us = 0; + th->running_time_us = 0; } rb_thread_set_current_raw(th); th->vm->running_thread = th;