aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-12-19 19:50:40 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-12-19 19:50:40 +0000
commitc3b0209786d490ee41d3f18e34c649a48e46a5c1 (patch)
tree5c303efa8a5f56e1105df4203ce2c5ece95d174a
parent59d6ffb2c9f99611fd9942516c434215f560d9ce (diff)
downloadbinutils-c3b0209786d490ee41d3f18e34c649a48e46a5c1.zip
binutils-c3b0209786d490ee41d3f18e34c649a48e46a5c1.tar.gz
binutils-c3b0209786d490ee41d3f18e34c649a48e46a5c1.tar.bz2
Fix indentation in the last checkin
-rw-r--r--bfd/elf32-i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index f031eac..fce70b9 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)
{