From c3b0209786d490ee41d3f18e34c649a48e46a5c1 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 19 Dec 2012 19:50:40 +0000 Subject: [PATCH] Fix indentation in the last checkin --- bfd/elf32-i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2