Remove trailing spaces in binutils

This commit is contained in:
H.J. Lu
2015-08-12 04:42:37 -07:00
parent 3739860c11
commit 3aade68889
42 changed files with 296 additions and 296 deletions

View File

@ -886,7 +886,7 @@ coff_grok (bfd *inabfd)
non_fatal (_("%s: is not a COFF format file"), bfd_get_filename (abfd));
return NULL;
}
storage = bfd_get_symtab_upper_bound (abfd);
if (storage < 0)