OSDN Git Service

2005-01-13 Michael Snyder <msnyder@redhat.com>
authormsnyder <msnyder>
Fri, 14 Jan 2005 00:25:00 +0000 (00:25 +0000)
committermsnyder <msnyder>
Fri, 14 Jan 2005 00:25:00 +0000 (00:25 +0000)
* hpux-thread.c: Whitespace tweaks.

gdb/ChangeLog
gdb/hpux-thread.c

index 606f73c..4e8aec7 100644 (file)
@@ -1,5 +1,6 @@
 2005-01-13  Michael Snyder  <msnyder@redhat.com>
 
+       * hpux-thread.c: Whitespace tweaks.
        * hppa-hpux-tdep.c: Whitespace tweaks.
        * gdbcore.h: Whitespace tweaks.
        * gdbcmd.h: Whitespace tweaks.
index 124d960..23b735d 100644 (file)
@@ -588,7 +588,7 @@ _initialize_hpux_thread (void)
   add_target (&hpux_thread_ops);
 
   child_suppress_run = 1;
-  /* Hook into new_objfile notification. */
+  /* Hook into new_objfile notification.  */
   target_new_objfile_chain = deprecated_target_new_objfile_hook;
   deprecated_target_new_objfile_hook  = hpux_thread_new_objfile;
 }