BFD whitespace fixes
[deliverable/binutils-gdb.git] / bfd / elf32-csky.c
index 7179c6dc6652aa7a77b9bdf6edb8c70db8aa0ff4..fb380b1395d76eeb48be49273973ec279693bdf7 100644 (file)
@@ -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,
This page took 0.023646 seconds and 4 git commands to generate.