diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:32:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:32:43 -0700 |
commit | 1b7868733d45220e63b72a1814f30e090f761821 (patch) | |
tree | 3d24590c5f365841d2c9097339fa33b53f1a373a /bfd/ecoff.c | |
parent | aa91aff6af9f930bb8e9e4fd3dfc852cba8c80d0 (diff) | |
download | binutils-1b7868733d45220e63b72a1814f30e090f761821.zip binutils-1b7868733d45220e63b72a1814f30e090f761821.tar.gz binutils-1b7868733d45220e63b72a1814f30e090f761821.tar.bz2 |
Remove trailing spaces in bfd
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r-- | bfd/ecoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ecoff.c b/bfd/ecoff.c index a8ba28a..a4aef63 100644 --- a/bfd/ecoff.c +++ b/bfd/ecoff.c @@ -876,7 +876,7 @@ _bfd_ecoff_slurp_symbol_table (bfd *abfd) return TRUE; internal = (ecoff_symbol_type *) bfd_alloc2 (abfd, bfd_get_symcount (abfd), - sizeof (ecoff_symbol_type)); + sizeof (ecoff_symbol_type)); if (internal == NULL) return FALSE; |