From: H.J. Lu Date: Wed, 19 Dec 2012 19:50:40 +0000 (+0000) Subject: Fix indentation in the last checkin X-Git-Tag: cgen-snapshot-20130101~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3b0209786d490ee41d3f18e34c649a48e46a5c1;p=thirdparty%2Fbinutils-gdb.git Fix indentation in the last checkin --- diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index f031eac8128..fce70b95cfa 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -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) {