summaryrefslogtreecommitdiff
path: root/vm_trace.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-26 18:16:54 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-26 18:16:54 +0000
commit61c8247d55b0722b76b9d4d3adf78f70c01698bf (patch)
treec22470d75707895006aa84f60747b423cc090b89 /vm_trace.c
parent96990203b71184003cf8a9bad5cc177645820fd4 (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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);
}
}