[binutils-gdb] Remove annoying spaces from bfd/elfxx-aarch64.c

Matthieu Longo mlongo@sourceware.org
Wed May 14 09:38:33 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f25554bf2ec8e1fcf12d6fc436f69240e6424ea4

commit f25554bf2ec8e1fcf12d6fc436f69240e6424ea4
Author: Matthieu Longo <matthieu.longo@arm.com>
Date:   Mon Apr 14 18:26:19 2025 +0100

    Remove annoying spaces from bfd/elfxx-aarch64.c

Diff:
---
 bfd/elfxx-aarch64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/elfxx-aarch64.c b/bfd/elfxx-aarch64.c
index 68e004ef7cb..551f74e3373 100644
--- a/bfd/elfxx-aarch64.c
+++ b/bfd/elfxx-aarch64.c
@@ -708,7 +708,7 @@ static inline bool
 bfd_is_non_dynamic_elf_object (bfd *abfd, const struct elf_backend_data *out_be)
 {
   const struct elf_backend_data *in_be = get_elf_backend_data (abfd);
-  
+
   return bfd_get_flavour (abfd) == bfd_target_elf_flavour
     && bfd_count_sections (abfd) != 0
     && (abfd->flags & (DYNAMIC | BFD_PLUGIN | BFD_LINKER_CREATED)) == 0


More information about the Binutils-cvs mailing list