This is the mail archive of the gdb-patches@sourceware.org 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]

[commit] ada-valprint.c: Remove trailing space


Hello,

FYI, I just committed the following trivial patch...

2010-01-12  Joel Brobecker  <brobecker@adacore.com>

        * ada-valprint.c (ada_print_floating): Remove trailing space.

-- 
Joel
Index: ada-valprint.c
===================================================================
RCS file: /cvs/src/src/gdb/ada-valprint.c,v
retrieving revision 1.59
diff -u -p -r1.59 ada-valprint.c
--- ada-valprint.c	12 Jan 2010 05:48:56 -0000	1.59
+++ ada-valprint.c	12 Jan 2010 07:44:35 -0000
@@ -332,7 +332,7 @@ ada_print_floating (const gdb_byte *vala
   len = strlen (result);
 
   /* Modify for Ada rules.  */
-  
+
   s = strstr (result, "inf");
   if (s == NULL)
     s = strstr (result, "Inf");

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