2001-01-02 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / bfd / ppcboot.c
index 9441848b3d37381b92a3326c14b8797b72785cfa..d92a0a6f0d82a7109d8b4a4aca2bee61ab701a46 100644 (file)
@@ -234,7 +234,7 @@ ppcboot_get_section_contents (abfd, section, location, offset, count)
      file_ptr offset;
      bfd_size_type count;
 {
-  if (bfd_seek (abfd, offset + sizeof(ppcboot_hdr_t), SEEK_SET) != 0
+  if (bfd_seek (abfd, offset + sizeof (ppcboot_hdr_t), SEEK_SET) != 0
       || bfd_read (location, 1, count, abfd) != count)
     return false;
   return true;
@@ -536,6 +536,6 @@ const bfd_target ppcboot_vec =
   BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
 
   NULL,
-  
+
   NULL
 };
This page took 0.024471 seconds and 4 git commands to generate.