Minor reformatting in dwarf2read.c:psymtabs_addrmap_cleanup.

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.
This commit is contained in:
Joel Brobecker 2010-06-17 22:36:41 +00:00
parent 60606b2c71
commit ec61707dbb
2 changed files with 6 additions and 0 deletions

View 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.

View File

@ -2001,6 +2001,7 @@ static void
psymtabs_addrmap_cleanup (void *o)
{
struct objfile *objfile = o;
objfile->psymtabs_addrmap = NULL;
}