]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove annoying spaces from bfd/elfxx-aarch64.c
authorMatthieu Longo <matthieu.longo@arm.com>
Mon, 14 Apr 2025 17:26:19 +0000 (18:26 +0100)
committerMatthieu Longo <matthieu.longo@arm.com>
Wed, 14 May 2025 09:38:00 +0000 (10:38 +0100)
bfd/elfxx-aarch64.c

index 68e004ef7cbeb514ef38b38a4307642dd9d0f65e..551f74e337327c52c53a38da1a3218d1b6226d28 100644 (file)
@@ -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