summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-18 01:37:45 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-18 01:37:45 +0000
commite4c9a70c9693d73c5d46f7d6cfce0b7e65d696c7 (patch)
tree466657a91009b349b9369add3d02669f5fd8c6a3
parent9a8b75a77eec9611c8d137dde1fbdf33426bdf52 (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
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;