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

* gdbcmd.h: Whitespace tweaks.
This commit is contained in:
Michael Snyder 2005-01-14 00:19:14 +00:00
parent 308671566d
commit d3f1782188
2 changed files with 14 additions and 13 deletions

View File

@ -1,5 +1,6 @@
2005-01-13 Michael Snyder <msnyder@redhat.com>
* gdbcmd.h: Whitespace tweaks.
* gdb-events[.c, .h, .sh]: Whitespace tweaks.
* corefile.c: Whitespace tweaks.
* completer.c: Whitespace tweaks.

View File

@ -62,11 +62,11 @@ extern struct cmd_list_element *stoplist;
extern struct cmd_list_element *enablebreaklist;
/* Chain containing all defined set subcommands */
/* Chain containing all defined set subcommands. */
extern struct cmd_list_element *setlist;
/* Chain containing all defined unset subcommands */
/* Chain containing all defined unset subcommands. */
extern struct cmd_list_element *unsetlist;