Reindent _bfd_elf_map_sections_to_segments
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 11 Jun 2012 16:44:02 +0000 (16:44 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 11 Jun 2012 16:44:02 +0000 (16:44 +0000)
* elf.c (_bfd_elf_map_sections_to_segments): Reindent.

bfd/ChangeLog
bfd/elf.c

index 9744a8b..0f02286 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf.c (_bfd_elf_map_sections_to_segments): Reindent.
+
 2012-06-06  Alan Modra  <amodra@gmail.com>
 
        * elflink.c (elf_link_input_bfd): Provide a file symbol for
index d97da9f..6c923d9 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -4163,7 +4163,7 @@ _bfd_elf_map_sections_to_segments (bfd *abfd, struct bfd_link_info *info)
                      && (vaddr + filesz) >= info->relro_end)
                    break;
                }
-             }
+           }
 
          /* Make a PT_GNU_RELRO segment only when it isn't empty.  */
          if (m != NULL)