aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
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;
}