Fix indentation in the last checkin

This commit is contained in:
H.J. Lu 2012-12-19 19:50:40 +00:00
parent 59d6ffb2c9
commit c3b0209786

View file

@ -4006,7 +4006,7 @@ elf_i386_relocate_section (bfd *output_bfd,
loc += (htab->next_tls_desc_index++
* sizeof (Elf32_External_Rel));
BFD_ASSERT (loc + sizeof (Elf32_External_Rel)
<= sreloc->contents + sreloc->size);
<= sreloc->contents + sreloc->size);
bfd_elf32_swap_reloc_out (output_bfd, &outrel, loc);
if (indx == 0)
{