* breakpoint.c (free_valchain): Minor reformatting.

This commit is contained in:
Joel Brobecker
2006-10-17 21:53:26 +00:00
parent 58955e583a
commit b40ce68a77
2 changed files with 6 additions and 1 deletions

View 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;