summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-04 02:52:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-04 02:52:44 +0000
commit4ef43fc02f9446da4eaa508c439d3caa1a244ebf (patch)
treec377136579f6914c59ef64044d7471678a89c251 /thread_pthread.c
parent99e63fba29afb9f6dbf95396a12524ec8b8096ac (diff)
adjust style
* thread_pthread.c, vm_eval.c: adjust style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index be5bbb3947..f1720e583f 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1229,7 +1229,8 @@ static pthread_mutex_t timer_thread_lock;
static rb_thread_cond_t timer_thread_cond;
static inline void
-timer_thread_sleep(rb_global_vm_lock_t* unused) {
+timer_thread_sleep(rb_global_vm_lock_t* unused)
+{
struct timespec ts;
ts.tv_sec = 0;
ts.tv_nsec = TIME_QUANTUM_USEC * 1000;