* inferiors.c (add_thread): Fix whitespace.
authorDoug Evans <dje@google.com>
Thu, 20 Feb 2014 00:19:10 +0000 (16:19 -0800)
committerDoug Evans <dje@google.com>
Thu, 20 Feb 2014 00:19:10 +0000 (16:19 -0800)
gdb/gdbserver/ChangeLog
gdb/gdbserver/inferiors.c

index bf911b2..4d16ed1 100644 (file)
@@ -1,5 +1,9 @@
 2014-02-19  Doug Evans  <dje@google.com>
 
+       * inferiors.c (add_thread): Fix whitespace.
+
+2014-02-19  Doug Evans  <dje@google.com>
+
        * dll.c (clear_dlls): Replace accessing list implemention details
        with API function.
        * gdbthread.h (get_first_thread): Declare.
index c709b36..fd7c922 100644 (file)
@@ -115,7 +115,7 @@ add_thread (ptid_t thread_id, void *target_data)
   new_thread->last_resume_kind = resume_continue;
   new_thread->last_status.kind = TARGET_WAITKIND_IGNORE;
 
-  add_inferior_to_list (&all_threads, & new_thread->entry);
+  add_inferior_to_list (&all_threads, &new_thread->entry);
 
   if (current_inferior == NULL)
     current_inferior = new_thread;