* breakpoint.c (free_valchain): Minor reformatting.
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 95ab4f9353767ab6b5b2f14758908bb78f06de5c..516d803914b172fb736192f0ea63ab842cb48d05 100644 (file)
@@ -749,7 +749,8 @@ insert_catchpoint (struct ui_out *uo, void *args)
 
 /* 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;
This page took 0.024355 seconds and 4 git commands to generate.