Remove trailing white spaces in bfd
[deliverable/binutils-gdb.git] / bfd / elf64-s390.c
index 2b6d9bf1930d725c7526d458d0b52014e86c3043..2515cb5bfc18ed118700a9326c2f89d7e735fac0 100644 (file)
@@ -415,7 +415,7 @@ s390_elf_ldisp_reloc (bfd *abfd,
       relocation -= reloc_entry->address;
     }
 
-  insn = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); 
+  insn = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address);
   insn |= (relocation & 0xfff) << 16 | (relocation & 0xff000) >> 4;
   bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
 
This page took 0.024281 seconds and 4 git commands to generate.