ruby-changes:53560
From: svn <ko1@a...>
Date: Sun, 18 Nov 2018 10:37:49 +0900 (JST)
Subject: [ruby-changes:53560] svn:r65776 (trunk): * expand tabs.
svn 2018-11-18 10:37:45 +0900 (Sun, 18 Nov 2018) New Revision: 65776 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65776 Log: * expand tabs. Modified files: trunk/vm_core.h Index: vm_core.h =================================================================== --- vm_core.h (revision 65775) +++ vm_core.h (revision 65776) @@ -1753,7 +1753,7 @@ static inline void https://github.com/ruby/ruby/blob/trunk/vm_core.h#L1753 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/