From: Joel Brobecker Date: Tue, 15 May 2012 14:48:19 +0000 (+0000) Subject: Remove trailing spaces in breakpoint.c:init_breakpoint_sal X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=855a6e6874c43c10ac5d1e8ca7f2b4137dc0c5c2;p=deliverable%2Fbinutils-gdb.git Remove trailing spaces in breakpoint.c:init_breakpoint_sal gdb/ChangeLog: * breakpoint.c (init_breakpoint_sal): Remove trailing spaces. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1611160b5b..c488a2fd77 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-05-15 Joel Brobecker + + * breakpoint.c (init_breakpoint_sal): Remove trailing spaces. + 2012-05-15 Joel Brobecker * breakpoint.c (find_condition_and_thread): Minor reformatting. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index d4ce038e8a..9eecdf8834 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)