summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-04 12:53:10 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-04 12:53:10 +0000
commit4bbbbb6a3f5bd242f740041a644311f97c4a0052 (patch)
treecc5fce0f50e3ca592af7281bb19e971fddaf0d1b /thread.c
parent9e66910b3bd85de32e95cf019ed285a36aecfd9e (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index eca14b4b4c..06fd49cf2c 100644
--- a/thread.c
+++ b/thread.c
@@ -1436,7 +1436,7 @@ call_without_gvl(void *(*func)(void *), void *data1,
data2 = th;
}
else if (ubf && vm_living_thread_num(th->vm) == 1) {
- ubf_th = rb_thread_start_unblock_thread();
+ ubf_th = rb_thread_start_unblock_thread();
}
BLOCKING_REGION(th, {
@@ -1449,7 +1449,7 @@ call_without_gvl(void *(*func)(void *), void *data1,
}
if (ubf_th != Qfalse) {
- thread_value(rb_thread_kill(ubf_th));
+ thread_value(rb_thread_kill(ubf_th));
}
errno = saved_errno;