mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9a8b75a77e
commit
e4c9a70c96
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue