BFD whitespace fixes
[deliverable/binutils-gdb.git] / bfd / dwarf2.c
index e3c6d6d7288c557a3191c28c6839105432494a32..76af009e33aaf19014fc713ab9122891280cba7d 100644 (file)
@@ -4300,7 +4300,7 @@ section_vma_same (const bfd *abfd, const struct dwarf2_debug *stash)
      stashed vma information.  */
   if (abfd->section_count != stash->sec_vma_count)
     return FALSE;
-     
+
   for (i = 0, s = abfd->sections; i < abfd->section_count; i++, s = s->next)
     {
       bfd_vma vma;
This page took 0.03559 seconds and 4 git commands to generate.