]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove some trailing whitespaces ...
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 19 Oct 2019 15:47:35 +0000 (17:47 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 19 Oct 2019 15:49:50 +0000 (17:49 +0200)
coregrind/m_gdbserver/inferiors.c

index cdfea0bc1eb79e5faaabe61a7092f835b7abf55d..82d8e4af6d14f9812f9152943883ac63db77ea4e 100644 (file)
@@ -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;
 }