diff options
author | Joel Brobecker <brobecker@gnat.com> | 2006-10-17 21:53:26 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2006-10-17 21:53:26 +0000 |
commit | b40ce68a7796afe94e81363e28347fa1ef4475ce (patch) | |
tree | 4a6dc9513c63ee6cb7793b26b42e5df7083d1a15 /gdb/breakpoint.c | |
parent | 58955e583aae4f37286f3b67c6a589f55a7bb9c8 (diff) | |
download | gdb-b40ce68a7796afe94e81363e28347fa1ef4475ce.zip gdb-b40ce68a7796afe94e81363e28347fa1ef4475ce.tar.gz gdb-b40ce68a7796afe94e81363e28347fa1ef4475ce.tar.bz2 |
* breakpoint.c (free_valchain): Minor reformatting.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 95ab4f9..516d803 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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; |