Remove trailing spaces in bfd
[deliverable/binutils-gdb.git] / bfd / elf.c
index 7ae2e342525e3c59da575893ab42ba590ea86fc6..5be48d982892e4e68e1ac05c0fe66eb2c569f9d5 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -832,7 +832,7 @@ _bfd_elf_setup_sections (bfd *abfd)
 
       idx = (Elf_Internal_Group *) shdr->contents;
       n_elt = shdr->sh_size / 4;
-      
+
       while (--n_elt != 0)
        if ((++idx)->shdr->bfd_section)
          elf_sec_group (idx->shdr->bfd_section) = shdr->bfd_section;
@@ -1245,7 +1245,7 @@ _bfd_elf_copy_private_bfd_data (bfd *ibfd, bfd *obfd)
          for (j = 0; j < elf_numsections (ibfd); j++)
            {
              Elf_Internal_Shdr * iheader = iheaders[j];
-             
+
              /* Since --only-keep-debug turns all non-debug sections
                 into SHT_NOBITS sections, the output SHT_NOBITS type
                 matches any input type.  */
This page took 0.032424 seconds and 4 git commands to generate.