This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob/commit] infcmd, whitespace tweaks


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

	* infcmd.c: Whitespace tweaks.

Index: infcmd.c
===================================================================
RCS file: /cvs/src/src/gdb/infcmd.c,v
retrieving revision 1.124
diff -p -r1.124 infcmd.c
*** infcmd.c	29 Oct 2004 20:23:08 -0000	1.124
--- infcmd.c	14 Jan 2005 00:28:55 -0000
*************** attach_command (char *args, int from_tty
*** 1863,1869 ****
  static void
  detach_command (char *args, int from_tty)
  {
!   dont_repeat ();		/* Not for the faint of heart */
    target_detach (args, from_tty);
  #if defined(SOLIB_RESTART)
    SOLIB_RESTART ();
--- 1863,1869 ----
  static void
  detach_command (char *args, int from_tty)
  {
!   dont_repeat ();		/* Not for the faint of heart.  */
    target_detach (args, from_tty);
  #if defined(SOLIB_RESTART)
    SOLIB_RESTART ();
*************** No floating-point info available for thi
*** 1937,1943 ****
  static void
  float_info (char *args, int from_tty)
  {
!   print_float_info (current_gdbarch, gdb_stdout, deprecated_selected_frame, args);
  }
  
  static void
--- 1937,1944 ----
  static void
  float_info (char *args, int from_tty)
  {
!   print_float_info (current_gdbarch, gdb_stdout, 
! 		    deprecated_selected_frame, args);
  }
  
  static void

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]