diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7ac6a1a475..f62f36f4f0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2005-01-13 Michael Snyder + * gdbcore.h: Whitespace tweaks. * gdbcmd.h: Whitespace tweaks. * gdb-events[.c, .h, .sh]: Whitespace tweaks. * corefile.c: Whitespace tweaks. diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index 734e7dfc76..248b16972c 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -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;