2005-12-06 Michael Snyder <msnyder@redhat.com>

* cli/cli-decode.c (add_setshow_string_cmd): Indent.
	(add_setshow_integer_cmd): Indent.
This commit is contained in:
Michael Snyder 2005-12-06 22:13:14 +00:00
parent f010475de6
commit 6df3bc688d
2 changed files with 16 additions and 13 deletions

View File

@ -1,5 +1,8 @@
2005-12-06 Michael Snyder <msnyder@redhat.com>
* cli/cli-decode.c (add_setshow_string_cmd): Indent.
(add_setshow_integer_cmd): Indent.
* inf-ptrace.c: Fix typos in comments.
2005-12-06 Serge Chatroux <serge.chatroux@st.com>

View File

@ -478,13 +478,13 @@ add_setshow_filename_cmd (char *name, enum command_class class,
list for set/show or some sublist thereof). */
void
add_setshow_string_cmd (char *name, enum command_class class,
char **var,
const char *set_doc, const char *show_doc,
const char *help_doc,
cmd_sfunc_ftype *set_func,
show_value_ftype *show_func,
struct cmd_list_element **set_list,
struct cmd_list_element **show_list)
char **var,
const char *set_doc, const char *show_doc,
const char *help_doc,
cmd_sfunc_ftype *set_func,
show_value_ftype *show_func,
struct cmd_list_element **set_list,
struct cmd_list_element **show_list)
{
add_setshow_cmd_full (name, class, var_string, var,
set_doc, show_doc, help_doc,
@ -538,12 +538,12 @@ add_setshow_optional_filename_cmd (char *name, enum command_class class,
void
add_setshow_integer_cmd (char *name, enum command_class class,
int *var,
const char *set_doc, const char *show_doc,
const char *help_doc,
cmd_sfunc_ftype *set_func,
show_value_ftype *show_func,
struct cmd_list_element **set_list,
struct cmd_list_element **show_list)
const char *set_doc, const char *show_doc,
const char *help_doc,
cmd_sfunc_ftype *set_func,
show_value_ftype *show_func,
struct cmd_list_element **set_list,
struct cmd_list_element **show_list)
{
add_setshow_cmd_full (name, class, var_integer, var,
set_doc, show_doc, help_doc,