summaryrefslogtreecommitdiff
path: root/thread_pthread.ci
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 04:49:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 04:49:54 +0000
commit194a01a484de0ed73256fea0321264b8aebfd258 (patch)
tree65854c70d59a37aa511bdc82aa9221725870392c /thread_pthread.ci
parent35eb54258865b73ac83bca0f1375c6c1f42c61d9 (diff)
* compile.c: fixed indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.ci')
-rw-r--r--thread_pthread.ci2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.ci b/thread_pthread.ci
index 87cbc26e50..fb4d269140 100644
--- a/thread_pthread.ci
+++ b/thread_pthread.ci
@@ -343,7 +343,7 @@ native_sleep(rb_thread_t *th, struct timeval *tv)
GVL_UNLOCK_BEGIN();
{
pthread_mutex_lock(&th->interrupt_lock);
-
+
if (th->interrupt_flag) {
/* interrupted. return immediate */
thread_debug("native_sleep: interrupted before sleep\n");