From 3a9a986fbf7fa2b0e8621c00d12b23dd654fbe32 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 14 Jan 2005 00:21:19 +0000 Subject: [PATCH] 2005-01-13 Michael Snyder * gdbcore.h: Whitespace tweaks. --- gdb/ChangeLog | 1 + gdb/gdbcore.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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; -- 2.34.1