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 db4a2c5885f2071e1714b48e9c261f0cccf9cd0e..15c7c8513eca6f73d38725d68d6b2477d4e3f295 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 9723ea2fde6fd4548e0291b3c448c80221e15622..613f0219b871c4b2a988bb6a9fd3deb2b313e02c 100644 (file)
@@ -2001,6 +2001,7 @@ static void
 psymtabs_addrmap_cleanup (void *o)
 {
   struct objfile *objfile = o;
+
   objfile->psymtabs_addrmap = NULL;
 }