summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-29 12:22:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-29 12:22:04 +0000
commitbe7bf5aa0cd9a8e90dbaf268d53b8590fc23393d (patch)
treec7c9bb262103dc191b197b133d941ac997f1b41f /thread_pthread.c
parente878df745ca89ecdb07090ad2bb99fd433dfc3a3 (diff)
adjust style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
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;
}