diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-26 18:16:54 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-26 18:16:54 +0000 |
commit | 61c8247d55b0722b76b9d4d3adf78f70c01698bf () | |
tree | c22470d75707895006aa84f60747b423cc090b89 /vm_trace.c | |
parent | 96990203b71184003cf8a9bad5cc177645820fd4 (diff) |
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | vm_trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { clean_hooks(ec, list); } } |