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]

[PATCH] minor whitespace fix-up


coding standard (obvious)

2001-12-30  Michael Snyder  <msnyder@redhat.com>

	* sparc-tdep.c (sparc-store-return-value): Whitespace fix-up.

Index: sparc-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
retrieving revision 1.19
diff -p -r1.19 sparc-tdep.c
*** sparc-tdep.c	2001/12/15 16:53:23	1.19
--- sparc-tdep.c	2001/12/30 16:59:24
*************** sparc_store_return_value (struct type *t
*** 2080,2086 ****
    int regno;
    char *buffer;
  
!   buffer = alloca(MAX_REGISTER_RAW_SIZE);
  
    if (TYPE_CODE (type) == TYPE_CODE_FLT && SPARC_HAS_FPU)
      /* Floating-point values are returned in the register pair */
--- 2080,2086 ----
    int regno;
    char *buffer;
  
!   buffer = alloca (MAX_REGISTER_RAW_SIZE);
  
    if (TYPE_CODE (type) == TYPE_CODE_FLT && SPARC_HAS_FPU)
      /* Floating-point values are returned in the register pair */


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