diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-13 23:56:25 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-13 23:56:25 +0000 |
commit | de6854b5076880931a4acdf7fbb7a226e1090037 (patch) | |
tree | e9958b2454ec54cb794e63ac9c9c18e4623d2f4e /gdb | |
parent | 037174871a05d49d5697d418f0951b7a87c54281 (diff) | |
download | gdb-de6854b5076880931a4acdf7fbb7a226e1090037.zip gdb-de6854b5076880931a4acdf7fbb7a226e1090037.tar.gz gdb-de6854b5076880931a4acdf7fbb7a226e1090037.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* corefile.c: Whitespace tweaks.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/corefile.c | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7326d15..423dae8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2005-01-13 Michael Snyder <msnyder@redhat.com> + * corefile.c: Whitespace tweaks. * completer.c: Whitespace tweaks. * coff-solib.c: Whitespace tweaks. * coff-solib.h: Whitespace tweaks. diff --git a/gdb/corefile.c b/gdb/corefile.c index d4bb3e0..8ef3ed2 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; |