From 4b24dd1acad5c133d12aab6a575c83269336e47f Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 2 Apr 2019 16:38:20 +1030 Subject: BFD whitespace fixes * coff-i386.c, * coff-x86_64.c, * coffgen.c, * dwarf2.c, * elf-m10200.c, * elf.c, * elf32-arm.c, * elf32-bfin.c, * elf32-csky.c, * elf32-m32r.c, * elf32-microblaze.c, * elf32-pru.c, * elf32-rx.c, * elf32-xgate.c, * elf64-sparc.c, * elfnn-ia64.c, * elfxx-riscv.c, * elfxx-sparc.c, * linker.c, * mach-o.c, * pe-x86_64.c, * pei-x86_64.c, * plugin.c: Whitespace fixes. --- bfd/elf32-csky.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bfd/elf32-csky.c') diff --git a/bfd/elf32-csky.c b/bfd/elf32-csky.c index 7179c6d..fb380b1 100644 --- a/bfd/elf32-csky.c +++ b/bfd/elf32-csky.c @@ -3098,9 +3098,9 @@ group_sections (struct csky_elf_link_hash_table *htab, continue; /* Reverse the list: we must avoid placing stubs at the - beginning of the section because the beginning of the text - section may be required for an interrupt vector in bare metal - code. */ + beginning of the section because the beginning of the text + section may be required for an interrupt vector in bare metal + code. */ #define NEXT_SEC PREV_SEC head = NULL; while (tail != NULL) @@ -4509,7 +4509,7 @@ csky_elf_relocate_section (bfd * output_bfd, { h->got.offset |= 1; if (GENERATE_RELATIVE_RELOC_P (info, h)) - relative_reloc = TRUE; + relative_reloc = TRUE; } } bfd_put_32 (output_bfd, relocation, -- cgit v1.1