Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [OBVIOUS] indentation fix, cli/cli-decode.c
@ 2005-12-07  1:27 Michael Snyder
  2005-12-07  3:13 ` Michael Snyder
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Snyder @ 2005-12-07  1:27 UTC (permalink / raw)
  To: GDB Patches

[-- 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,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-06 22:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-07  1:27 [OBVIOUS] indentation fix, cli/cli-decode.c Michael Snyder
2005-12-07  3:13 ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox