2000-11-06 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / bfd / aout-encap.c
index c25f9037dce007c330c026185cf154c5e1acc3fd..d6650a99c48dc5c3a3e9f69068d3cadd46d6fee9 100644 (file)
@@ -53,7 +53,7 @@ encap_object_p (abfd)
        bfd_set_error (bfd_error_wrong_format);
       return 0;
     }
-  
+
   coff_magic = bfd_h_get_16 (abfd, magicbuf);
   if (coff_magic != COFF_MAGIC)
     return 0;                  /* Not an encap coff file */
@@ -83,9 +83,9 @@ encap_real_callback (abfd)
      bfd *abfd;
 {
   struct internal_exec *execp = exec_hdr (abfd);
-  
+
   MY(callback)(abfd, execp);
-  
+
   /* If we have a coff header, it can give us better values for
      text_start and exec_data_start.  This is particularly useful
      for remote debugging of embedded systems.  */
This page took 0.023892 seconds and 4 git commands to generate.