2001-01-23 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / nlm32-alpha.c
index 24c8e51676284f638b2a6d5b3a4218959ec4cf88..c1a0cbe7ba3197e050ffefc6942a97cf9e408877 100644 (file)
@@ -651,7 +651,7 @@ nlm_alpha_read_import (abfd, sym)
   while (sym -> rcnt < rcount)
     {
       asection *section;
-      
+
       if (nlm_alpha_read_reloc (abfd, sym, &section,
                                &nlm_relocs -> reloc)
          == false)
@@ -828,7 +828,7 @@ nlm_alpha_write_external (abfd, count, sym, relocs)
   arelent r;
 
   len = strlen (sym->name);
-  if ((bfd_write (&len, sizeof (bfd_byte), 1, abfd) != sizeof(bfd_byte))
+  if ((bfd_write (&len, sizeof (bfd_byte), 1, abfd) != sizeof (bfd_byte))
       || bfd_write (sym->name, len, 1, abfd) != len)
     return false;
 
This page took 0.022744 seconds and 4 git commands to generate.