Fix indentation in the last checkin
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 19 Dec 2012 19:50:40 +0000 (19:50 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 19 Dec 2012 19:50:40 +0000 (19:50 +0000)
bfd/elf32-i386.c

index f031eac81281d2ed152f8104845d13de43f24a63..fce70b95cfaa80e557a19bf272567840fe741b7a 100644 (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)
                    {