summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-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;