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
|
@ -251,8 +251,8 @@ void
|
|||
delete_program_space (struct program_space *pspace)
|
||||
{
|
||||
struct program_space *ss, **ss_link;
|
||||
gdb_assert(pspace != NULL);
|
||||
gdb_assert(pspace != current_program_space);
|
||||
gdb_assert (pspace != NULL);
|
||||
gdb_assert (pspace != current_program_space);
|
||||
|
||||
ss = program_spaces;
|
||||
ss_link = &program_spaces;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue