Remove trailing spaces in bfd

This commit is contained in:
H.J. Lu
2015-08-12 04:32:43 -07:00
parent aa91aff6af
commit 1b7868733d
42 changed files with 238 additions and 238 deletions

View File

@@ -3591,7 +3591,7 @@ xcoff_create_csect_from_smclas (bfd *abfd,
".sv", ".bs", ".ds", ".uc", ".ti", ".tb", NULL, ".tc0", /* 8 - 15 */
".td", NULL, ".sv3264", NULL, ".tl", ".ul", ".te"
};
if ((aux->x_csect.x_smclas < ARRAY_SIZE (names))
&& (NULL != names[aux->x_csect.x_smclas]))
{