From 99d65b14b4ec3a546a28b6b17b3b4553eaf27b2f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Jun 2007 04:25:10 +0000 Subject: * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, pack.c, parse.y, re.c, thread.c, vm.c, vm_dump.c, call_cfunc.ci, thread_pthread.ci, thread_win32.ci: fixed indentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.ci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thread_pthread.ci') diff --git a/thread_pthread.ci b/thread_pthread.ci index 43dac0be5a..87cbc26e50 100644 --- a/thread_pthread.ci +++ b/thread_pthread.ci @@ -150,7 +150,7 @@ register_cached_thread_and_wait(void) gettimeofday(&tv, 0); ts.tv_sec = tv.tv_sec + 60; ts.tv_nsec = tv.tv_usec * 1000; - + pthread_mutex_lock(&thread_cache_lock); { entry->th_area = &th_area; @@ -335,7 +335,7 @@ native_sleep(rb_thread_t *th, struct timeval *tv) ts.tv_nsec -= 1000000000; } } - + th->status = THREAD_STOPPED; pthread_cond_init(&th->native_thread_data.sleep_cond, 0); -- cgit v1.2.3