From be7bf5aa0cd9a8e90dbaf268d53b8590fc23393d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 29 Dec 2012 12:22:04 +0000 Subject: adjust style git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_pthread.c') diff --git a/thread_pthread.c b/thread_pthread.c index cbf75aa3e1..32904adbc5 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -1006,7 +1006,7 @@ print_signal_list(char *str) struct signal_thread_list *list = signal_thread_list_anchor.next; thread_debug("list (%s)> ", str); - while(list){ + while (list) { thread_debug("%p (%p), ", list->th, list->th->thread_id); list = list->next; } -- cgit v1.2.3