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] Remove spurious whitespace from x86-64-tdep.c


Checked in.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* x86-64-tdep.c (x86_64_store_return_value): Remove spurious
	whitespace.

 
Index: x86-64-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-tdep.c,v
retrieving revision 1.91
diff -u -p -r1.91 x86-64-tdep.c
--- x86-64-tdep.c 23 Aug 2003 13:58:18 -0000 1.91
+++ x86-64-tdep.c 27 Sep 2003 18:10:50 -0000
@@ -757,7 +757,7 @@ x86_64_store_return_value (struct type *
   int len = TYPE_LENGTH (type);
 
   /* First handle long doubles.  */
-  if (TYPE_CODE_FLT == TYPE_CODE (type)  && len == 16)
+  if (TYPE_CODE_FLT == TYPE_CODE (type) && len == 16)
     {
       ULONGEST fstat;
       char buf[FPU_REG_RAW_SIZE];


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