Remove trailing spaces in breakpoint.c:init_breakpoint_sal

gdb/ChangeLog:

        * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
This commit is contained in:
Joel Brobecker
2012-05-15 14:48:19 +00:00
parent d634f2de8f
commit 855a6e6874
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
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.

View File

@@ -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)