From: Michael Snyder <msnyder@redhat.com>
To: GDB Patches <gdb-patches@sources.redhat.com>
Subject: [OBVIOUS] indentation fix, cli/cli-decode.c
Date: Wed, 07 Dec 2005 01:27:00 -0000 [thread overview]
Message-ID: <43960BB8.3010905@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: decode --]
[-- Type: text/plain, Size: 2378 bytes --]
Index: cli/cli-decode.c
===================================================================
RCS file: /cvs/src/src/gdb/cli/cli-decode.c,v
retrieving revision 1.56
diff -p -r1.56 cli-decode.c
*** cli/cli-decode.c 25 Nov 2005 11:45:49 -0000 1.56
--- cli/cli-decode.c 6 Dec 2005 21:56:43 -0000
*************** add_setshow_filename_cmd (char *name, en
*** 478,490 ****
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)
{
add_setshow_cmd_full (name, class, var_string, var,
set_doc, show_doc, help_doc,
2005-12-06 Michael Snyder <msnyder@redhat.com>
* cli/cli-decode.c (add_setshow_string_cmd): Indent.
(add_setshow_integer_cmd): Indent.
--- 478,490 ----
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)
{
add_setshow_cmd_full (name, class, var_string, var,
set_doc, show_doc, help_doc,
*************** add_setshow_optional_filename_cmd (char
*** 538,549 ****
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)
{
add_setshow_cmd_full (name, class, var_integer, var,
set_doc, show_doc, help_doc,
--- 538,549 ----
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)
{
add_setshow_cmd_full (name, class, var_integer, var,
set_doc, show_doc, help_doc,
next reply other threads:[~2005-12-06 22:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-07 1:27 Michael Snyder [this message]
2005-12-07 3:13 ` Michael Snyder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43960BB8.3010905@redhat.com \
--to=msnyder@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox