[binutils-gdb] Remove annoying space from gas/config/obj-elf.c

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


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

commit 65d15c94b03a3604e4c4d0d38bbf654501ff51d5
Author: Matthieu Longo <matthieu.longo@arm.com>
Date:   Sat Apr 12 18:05:50 2025 +0100

    Remove annoying space from gas/config/obj-elf.c

Diff:
---
 gas/config/obj-elf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c
index d37d0fdc610..bc981f05dd5 100644
--- a/gas/config/obj-elf.c
+++ b/gas/config/obj-elf.c
@@ -781,7 +781,7 @@ change_section (const char *name,
 	  || startswith (name, ".note.gnu"))
 	flags |= SEC_ELF_OCTETS;
     }
-  
+
   if (old_sec == NULL)
     {
       symbolS *secsym;


More information about the Binutils-cvs mailing list