From a6e87fd56a1711b2f3c08c8331a2e2f64e567218 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Jun 2007 04:49:54 +0000 Subject: * compile.c: fixed indentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_pthread.ci') diff --git a/thread_pthread.ci b/thread_pthread.ci index 87cbc26e5..fb4d26914 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"); -- cgit