[binutils-gdb] aarch64: remove annoying white spaces in bfd/elfnn-aarch64.c

Matthieu Longo mlongo@sourceware.org
Mon Nov 18 18:05:17 GMT 2024


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

commit 493993718e6e7f5eaa5a4b5de33ec6054203e602
Author: Matthieu Longo <matthieu.longo@arm.com>
Date:   Tue Nov 5 13:23:29 2024 +0000

    aarch64: remove annoying white spaces in bfd/elfnn-aarch64.c

Diff:
---
 bfd/elfnn-aarch64.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c
index 94c9a01069b..7c4ef36c994 100644
--- a/bfd/elfnn-aarch64.c
+++ b/bfd/elfnn-aarch64.c
@@ -8260,7 +8260,7 @@ elfNN_aarch64_maybe_function_sym (const asymbol *sym, asection *sec,
     return 0;
 
   size = (sym->flags & BSF_SYNTHETIC) ? 0 : elf_sym->internal_elf_sym.st_size;
-  
+
   if (!(sym->flags & BSF_SYNTHETIC))
     switch (ELF_ST_TYPE (elf_sym->internal_elf_sym.st_info))
       {
@@ -8278,7 +8278,7 @@ elfNN_aarch64_maybe_function_sym (const asymbol *sym, asection *sec,
 	default:
 	  return 0;
       }
-  
+
   if ((sym->flags & BSF_LOCAL)
       && bfd_is_aarch64_special_symbol_name (sym->name,
 					     BFD_AARCH64_SPECIAL_SYM_TYPE_ANY))


More information about the Binutils-cvs mailing list