Remove trailing spaces in binutils
This commit is contained in:
parent
3739860c11
commit
3aade68889
42 changed files with 296 additions and 296 deletions
|
@ -334,12 +334,12 @@ strings_a_section (bfd *abfd, asection *sect, void *arg)
|
|||
bfd_size_type *filesizep;
|
||||
bfd_size_type sectsize;
|
||||
void *mem;
|
||||
|
||||
|
||||
if ((sect->flags & DATA_FLAGS) != DATA_FLAGS)
|
||||
return;
|
||||
|
||||
sectsize = bfd_get_section_size (sect);
|
||||
|
||||
|
||||
if (sectsize <= 0)
|
||||
return;
|
||||
|
||||
|
@ -350,7 +350,7 @@ strings_a_section (bfd *abfd, asection *sect, void *arg)
|
|||
if (*filesizep == 0)
|
||||
{
|
||||
struct stat st;
|
||||
|
||||
|
||||
if (bfd_stat (abfd, &st))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue