summaryrefslogtreecommitdiff
path: root/gdb/corefile.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-13 23:56:25 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-13 23:56:25 +0000
commit02e8abbe23772cfa6c5a10556e6d61e14ed829b2 (patch)
tree61310753d62621f2331f158d2ba4436f7f6986f8 /gdb/corefile.c
parent048205bdbecb80c6e6ec47ad72258f43d273a802 (diff)
downloadgdb-02e8abbe23772cfa6c5a10556e6d61e14ed829b2.tar.gz
2005-01-13 Michael Snyder <msnyder@redhat.com>
* corefile.c: Whitespace tweaks.
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r--gdb/corefile.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c
index d4bb3e0cc9b..8ef3ed2ef76 100644
--- a/gdb/corefile.c
+++ b/gdb/corefile.c
@@ -82,8 +82,9 @@ core_file_command (char *filename, int from_tty)
}
-/* If there are two or more functions that wish to hook into exec_file_command,
- * this function will call all of the hook functions. */
+/* If there are two or more functions that wish to hook into
+ exec_file_command, this function will call all of the hook
+ functions. */
static void
call_extra_exec_file_hooks (char *filename)
@@ -108,7 +109,7 @@ specify_exec_file_hook (void (*hook) (char *))
* and the subsequent hooks called. */
if (exec_file_hook_count == 0)
{
- /* If this is the first extra hook, initialize the hook array. */
+ /* If this is the first extra hook, initialize the hook array. */
exec_file_extra_hooks = (hook_type *) xmalloc (sizeof (hook_type));
exec_file_extra_hooks[0] = deprecated_exec_file_display_hook;
deprecated_exec_file_display_hook = call_extra_exec_file_hooks;