OSDN Git Service

2005-01-13 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Fri, 14 Jan 2005 00:21:19 +0000 (00:21 +0000)
committerMichael Snyder <msnyder@specifix.com>
Fri, 14 Jan 2005 00:21:19 +0000 (00:21 +0000)
* gdbcore.h: Whitespace tweaks.

gdb/ChangeLog
gdb/gdbcore.h

index 7ac6a1a..f62f36f 100644 (file)
@@ -1,5 +1,6 @@
 2005-01-13  Michael Snyder  <msnyder@redhat.com>
 
+       * gdbcore.h: Whitespace tweaks.
        * gdbcmd.h: Whitespace tweaks.
        * gdb-events[.c, .h, .sh]: Whitespace tweaks.
        * corefile.c: Whitespace tweaks.
index 734e7df..248b169 100644 (file)
@@ -106,13 +106,13 @@ extern void generic_search (int len, char *data, char *mask,
 extern void (*deprecated_exec_file_display_hook) (char *filename);
 
 /* Hook for "file_command", which is more useful than above
-   (because it is invoked AFTER symbols are read, not before) */
+   (because it is invoked AFTER symbols are read, not before) */
 
 extern void (*deprecated_file_changed_hook) (char *filename);
 
 extern void specify_exec_file_hook (void (*hook) (char *filename));
 
-/* Binary File Diddlers for the exec and core files */
+/* Binary File Diddlers for the exec and core files */
 
 extern bfd *core_bfd;
 extern bfd *exec_bfd;