* bfd-in.h: Comment typo fix. Formatting.
[binutils-gdb.git] / binutils / coffdump.c
index db5034e0099cf5a8695a86eb93c49a1f79bc64c1..8f538e892797a6ded0d8eaf92af2407ab6340512 100644 (file)
    This module reads a type tree generated by coffgrok and prints
    it out so we can test the grokker.  */
 
-#include <bfd.h>
-#include <getopt.h>
-#include <libiberty.h>
+#include "bfd.h"
+#include "libiberty.h"
 
 #include "coffgrok.h"
 #include "bucomm.h"
+#include "getopt.h"
 
 static int atnl;
 
@@ -106,7 +106,7 @@ dump_coff_lines (p)
   tab (1);
   printf (_("#lines %d "),p->nlines);
 
-  for (i = 0; i < p->nlines; i++) 
+  for (i = 0; i < p->nlines; i++)
     {
       printf ("(%d 0x%x)", p->lines[i], p->addresses[i]);
 
@@ -133,7 +133,7 @@ dump_coff_type (p)
   switch (p->type)
     {
     case coff_secdef_type:
-      printf ("section definition at %x size %x\n", 
+      printf ("section definition at %x size %x\n",
              p->u.asecdef.address,
              p->u.asecdef.size);
       nl ();
@@ -427,14 +427,14 @@ dump_coff_section(ptr)
   int i;
 
   tab (1);
-  printf ("section %s %d %d address %x size %x number %d nrelocs %d", 
+  printf ("section %s %d %d address %x size %x number %d nrelocs %d",
          ptr->name, ptr->code, ptr->data, ptr->address,ptr->size,
          ptr->number, ptr->nrelocs);
   nl ();
 
-  for (i = 0; i < ptr->nrelocs; i++) 
+  for (i = 0; i < ptr->nrelocs; i++)
     {
-      tab (0);    
+      tab (0);
       printf ("(%x %s %x)",
              ptr->relocs[i].offset,
              ptr->relocs[i].symbol->name,