Add missing empty line after var declarations in handle_unload_dll

gdb/ChangeLog:

        * windows-nat.c (handle_unload_dll): Add missing empty line.
This commit is contained in:
Joel Brobecker 2013-05-20 10:27:26 +00:00
parent 5656a9815d
commit a25cd31f61
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-05-20 Joel Brobecker <brobecker@adacore.com>
* windows-nat.c (handle_unload_dll): Add missing empty line.
2013-05-20 Joel Brobecker <brobecker@adacore.com> 2013-05-20 Joel Brobecker <brobecker@adacore.com>
* dwarf2read.c (prototyped_function_p): New function. * dwarf2read.c (prototyped_function_p): New function.

View File

@ -884,6 +884,7 @@ handle_unload_dll (void *dummy)
if (so->next->lm_info->load_addr == lpBaseOfDll) if (so->next->lm_info->load_addr == lpBaseOfDll)
{ {
struct so_list *sodel = so->next; struct so_list *sodel = so->next;
so->next = sodel->next; so->next = sodel->next;
if (!so->next) if (!so->next)
solib_end = so; solib_end = so;