Remove trailing white spaces in bfd
[deliverable/binutils-gdb.git] / bfd / pdp11.c
index 04b71640a182856d2b4e0b6adea0205ab6350ce4..706beefe2a45674ef99b8d5f243a66565553e64a 100644 (file)
@@ -340,7 +340,7 @@ pdp11_aout_write_headers (bfd *abfd, struct internal_exec *execp)
       if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) != 0
          || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))
          || bfd_seek (abfd, (file_ptr) (N_DRELOFF(*execp)), SEEK_SET) != 0
-         || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd)))  
+         || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd)))
        return FALSE;
     }
 
This page took 0.026694 seconds and 4 git commands to generate.