* 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 bf911b2e599e83c3f24978e88e0c75592b2840b5..4d16ed1ffd6a15a9760ceb9590c0c5ff2544c9f4 100644 (file)
@@ -1,3 +1,7 @@
+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
index c709b36ba442ebc4070eb96a4675ca1e1366b769..fd7c9221a258858d92da2fdf747675d4fb574c38 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;