Skip to content

Commit f25554b

Browse files
author
Matthieu Longo
committed
Remove annoying spaces from bfd/elfxx-aarch64.c
1 parent 65d15c9 commit f25554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bfd/elfxx-aarch64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ static inline bool
708708
bfd_is_non_dynamic_elf_object (bfd *abfd, const struct elf_backend_data *out_be)
709709
{
710710
const struct elf_backend_data *in_be = get_elf_backend_data (abfd);
711-
711+
712712
return bfd_get_flavour (abfd) == bfd_target_elf_flavour
713713
&& bfd_count_sections (abfd) != 0
714714
&& (abfd->flags & (DYNAMIC | BFD_PLUGIN | BFD_LINKER_CREATED)) == 0

0 commit comments

Comments
 (0)