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] ia64-tdep.c, fix indentation


2005-04-18  Michael Snyder  <msnyder@redhat.com>

	* ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.

Index: ia64-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/ia64-tdep.c,v
retrieving revision 1.129
diff -p -r1.129 ia64-tdep.c
*** ia64-tdep.c	11 Feb 2005 04:05:51 -0000	1.129
--- ia64-tdep.c	18 Apr 2005 19:33:00 -0000
*************** ia64_get_dyn_info_list (unw_addr_space_t
*** 2524,2530 ****
  
  static void
  ia64_libunwind_frame_this_id (struct frame_info *next_frame, void **this_cache,
! 		      struct frame_id *this_id)
  {
    char buf[8];
    CORE_ADDR bsp;
--- 2524,2530 ----
  
  static void
  ia64_libunwind_frame_this_id (struct frame_info *next_frame, void **this_cache,
! 			      struct frame_id *this_id)
  {
    char buf[8];
    CORE_ADDR bsp;

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