summaryrefslogtreecommitdiff
path: root/vm_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_trace.c b/vm_trace.c
index 74ed7fa92c..77ccbf4c04 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -206,7 +206,7 @@ static void
clean_hooks_check(const rb_execution_context_t *ec, rb_hook_list_t *list)
{
if (UNLIKELY(list->need_clean != FALSE)) {
- if (list->running == 0) {
+ if (list->running == 0) {
clean_hooks(ec, list);
}
}