mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-26 19:36:58 +08:00
Fix indentation in the last checkin
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user