BFD whitespace fixes
[deliverable/binutils-gdb.git] / bfd / ppcboot.c
index a0f96214819bc0eab85b7ab2b36656c708593718..ce32abbe24f6392bbd0f342b0f7e901d84cbfdb9 100644 (file)
@@ -354,8 +354,8 @@ ppcboot_set_section_contents (bfd *abfd,
       asection *s;
 
       /* The lowest section VMA sets the virtual address of the start
-         of the file.  We use the set the file position of all the
-         sections.  */
+        of the file.  We use the set the file position of all the
+        sections.  */
       low = abfd->sections->vma;
       for (s = abfd->sections->next; s != NULL; s = s->next)
        if (s->vma < low)
This page took 0.024666 seconds and 4 git commands to generate.