Add missing empty line after var declarations in handle_unload_dll
authorJoel Brobecker <brobecker@gnat.com>
Mon, 20 May 2013 10:27:26 +0000 (10:27 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 20 May 2013 10:27:26 +0000 (10:27 +0000)
gdb/ChangeLog:

        * windows-nat.c (handle_unload_dll): Add missing empty line.

gdb/ChangeLog
gdb/windows-nat.c

index ba4c83e..20bd955 100644 (file)
@@ -1,5 +1,9 @@
 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>
+
        * dwarf2read.c (prototyped_function_p): New function.
        (read_subroutine_type): Use it.
 
index 7eec2cf..41c1701 100644 (file)
@@ -884,6 +884,7 @@ handle_unload_dll (void *dummy)
     if (so->next->lm_info->load_addr == lpBaseOfDll)
       {
        struct so_list *sodel = so->next;
+
        so->next = sodel->next;
        if (!so->next)
          solib_end = so;