From 78054a6c075718c0d8b48a261a4236f270b7e7f5 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sat, 19 Oct 2019 17:47:35 +0200 Subject: [PATCH] Remove some trailing whitespaces ... --- coregrind/m_gdbserver/inferiors.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coregrind/m_gdbserver/inferiors.c b/coregrind/m_gdbserver/inferiors.c index cdfea0bc1e..82d8e4af6d 100644 --- a/coregrind/m_gdbserver/inferiors.c +++ b/coregrind/m_gdbserver/inferiors.c @@ -105,7 +105,7 @@ void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id new_thread->entry.id = thread_id; add_inferior_to_list (&all_threads, & new_thread->entry); - + if (current_inferior == NULL) current_inferior = new_thread; @@ -176,7 +176,7 @@ void clear_inferiors (void) } struct inferior_list_entry * find_inferior (struct inferior_list *list, - int (*func) + int (*func) (struct inferior_list_entry *, void *), void *arg) @@ -188,7 +188,7 @@ struct inferior_list_entry * find_inferior (struct inferior_list *list, return inf; inf = inf->next; } - + return NULL; } @@ -202,7 +202,7 @@ struct inferior_list_entry * find_inferior_id (struct inferior_list *list, return inf; inf = inf->next; } - + return NULL; } -- 2.47.2