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] remote-sim.c whitespace tweaks


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

	* remote-sim.c: Whitespace tweaks.

Index: remote-sim.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-sim.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -p -r1.42 -r1.43
*** remote-sim.c	8 Oct 2004 20:29:54 -0000	1.42
--- remote-sim.c	14 Jan 2005 01:05:37 -0000	1.43
*************** gdbsim_stop (void)
*** 627,633 ****
  }
  
  /* GDB version of os_poll_quit callback.
!    Taken from gdb/util.c - should be in a library */
  
  static int
  gdb_os_poll_quit (host_callback *p)
--- 627,633 ----
  }
  
  /* GDB version of os_poll_quit callback.
!    Taken from gdb/util.c - should be in a library.  */
  
  static int
  gdb_os_poll_quit (host_callback *p)

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