From: Matthieu Longo Date: Sat, 12 Apr 2025 17:05:50 +0000 (+0100) Subject: Remove annoying space from gas/config/obj-elf.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65d15c94b03a3604e4c4d0d38bbf654501ff51d5;p=thirdparty%2Fbinutils-gdb.git Remove annoying space from gas/config/obj-elf.c --- 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;