2005-01-13 Michael Snyder <msnyder@redhat.com>

* gdbcore.h: Whitespace tweaks.
This commit is contained in:
Michael Snyder 2005-01-14 00:21:19 +00:00
parent d3f1782188
commit 3a9a986fbf
2 changed files with 3 additions and 2 deletions

View 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.

View 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;