Add missing spaces in previous patch
gdb/ChangeLog: * progspace.c (delete_program_space): Add missing spaces.
This commit is contained in:
parent
7a41607e01
commit
4ab31498e4
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
|
||||||
|
|
||||||
|
* progspace.c (delete_program_space): Add missing spaces.
|
||||||
|
|
||||||
2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
|
2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
|
||||||
|
|
||||||
* inferior.c (delete_inferior_1): Rename to ...
|
* inferior.c (delete_inferior_1): Rename to ...
|
||||||
|
|
|
@ -251,8 +251,8 @@ void
|
||||||
delete_program_space (struct program_space *pspace)
|
delete_program_space (struct program_space *pspace)
|
||||||
{
|
{
|
||||||
struct program_space *ss, **ss_link;
|
struct program_space *ss, **ss_link;
|
||||||
gdb_assert(pspace != NULL);
|
gdb_assert (pspace != NULL);
|
||||||
gdb_assert(pspace != current_program_space);
|
gdb_assert (pspace != current_program_space);
|
||||||
|
|
||||||
ss = program_spaces;
|
ss = program_spaces;
|
||||||
ss_link = &program_spaces;
|
ss_link = &program_spaces;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue