[commit] minor reformatting in breakpoint.c

Joel Brobecker brobecker@adacore.com
Tue Oct 17 21:55:00 GMT 2006


Hello,

Found this out while reading some code...

2006-10-17  Joel Brobecker  <brobecker@adacore.com>

        * breakpoint.c (free_valchain): Minor reformatting.

Committed as obvious.

-- 
Joel
-------------- next part --------------
Index: breakpoint.c
===================================================================
RCS file: /cvs/src/src/gdb/breakpoint.c,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -p -r1.229 -r1.230
--- breakpoint.c	8 Aug 2006 21:32:37 -0000	1.229
+++ breakpoint.c	17 Oct 2006 21:53:26 -0000	1.230
@@ -749,7 +749,8 @@ insert_catchpoint (struct ui_out *uo, vo
 
 /* Helper routine: free the value chain for a breakpoint (watchpoint).  */
 
-static void free_valchain (struct bp_location *b)
+static void
+free_valchain (struct bp_location *b)
 {
   struct value *v;
   struct value *n;


More information about the Gdb-patches mailing list