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 ba4c83e8dc2494c0642b14a908d289eb7dd9c9c0..20bd955aa763f0853d2438119014703ca6b750c2 100644 (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>
 
        * dwarf2read.c (prototyped_function_p): New function.
index 7eec2cfed61ef9d0be6bf36db36c3f635fcb7223..41c1701c25c6c597f32f25479952791f25e0d772 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;
This page took 0.031358 seconds and 4 git commands to generate.