diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-05-15 14:48:19 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-05-15 14:48:19 +0000 |
commit | 855a6e6874c43c10ac5d1e8ca7f2b4137dc0c5c2 (patch) | |
tree | 29cd79206fee10e0ebf52d87cbb67993409b79ec /gdb | |
parent | d634f2de8fedbe4bfa79b24d71c0f29515412d48 (diff) | |
download | gdb-855a6e6874c43c10ac5d1e8ca7f2b4137dc0c5c2.zip gdb-855a6e6874c43c10ac5d1e8ca7f2b4137dc0c5c2.tar.gz gdb-855a6e6874c43c10ac5d1e8ca7f2b4137dc0c5c2.tar.bz2 |
Remove trailing spaces in breakpoint.c:init_breakpoint_sal
gdb/ChangeLog:
* breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/breakpoint.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1611160..c488a2f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2012-05-15 Joel Brobecker <brobecker@adacore.com> + * breakpoint.c (init_breakpoint_sal): Remove trailing spaces. + +2012-05-15 Joel Brobecker <brobecker@adacore.com> + * breakpoint.c (find_condition_and_thread): Minor reformatting. 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com> diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index d4ce038..9eecdf8 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -8564,7 +8564,7 @@ init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch, init_raw_breakpoint (b, gdbarch, sal, type, ops); b->thread = thread; b->task = task; - + b->cond_string = cond_string; b->extra_string = extra_string; b->ignore_count = ignore_count; @@ -8643,7 +8643,7 @@ init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch, } else if (b->extra_string) error (_("Garbage %s at end of command"), b->extra_string); - } + } b->display_canonical = display_canonical; if (addr_string) |