Minor reformatting in dwarf2read.c:psymtabs_addrmap_cleanup.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 17 Jun 2010 22:36:41 +0000 (22:36 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 17 Jun 2010 22:36:41 +0000 (22:36 +0000)
Really a tiny insignificant detail that just happened to catch my attention.
Fixed thusly.

2010-06-17  Joel Brobecker  <brobecker@adacore.com>

        * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
        last local variable declaration.  No real code change.

gdb/ChangeLog
gdb/dwarf2read.c

index db4a2c5..15c7c85 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
+       last local variable declaration.  No real code change.
+
 2010-06-17  Tom Tromey  <tromey@redhat.com>
 
        * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
index 9723ea2..613f021 100644 (file)
@@ -2001,6 +2001,7 @@ static void
 psymtabs_addrmap_cleanup (void *o)
 {
   struct objfile *objfile = o;
+
   objfile->psymtabs_addrmap = NULL;
 }