aboutsummaryrefslogtreecommitdiff
path: root/bfd/ecoff.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-12 04:32:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-12 04:32:43 -0700
commit1b7868733d45220e63b72a1814f30e090f761821 (patch)
tree3d24590c5f365841d2c9097339fa33b53f1a373a /bfd/ecoff.c
parentaa91aff6af9f930bb8e9e4fd3dfc852cba8c80d0 (diff)
downloadgdb-1b7868733d45220e63b72a1814f30e090f761821.zip
gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.gz
gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.bz2
Remove trailing spaces in bfd
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r--bfd/ecoff.c2
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;