Remove trailing white spaces in bfd
[deliverable/binutils-gdb.git] / bfd / section.c
index a59bc71c940a2253ea19f04e8d1549b04e7023dc..b58cdfa6305e1d1cfd7508d0b23fe1ff6f38d812 100644 (file)
@@ -532,12 +532,12 @@ CODE_FRAGMENT
 .} asection;
 .
 .{* Relax table contains information about instructions which can
-.   be removed by relaxation -- replacing a long address with a 
+.   be removed by relaxation -- replacing a long address with a
 .   short address.  *}
 .struct relax_table {
 .  {* Address where bytes may be deleted. *}
 .  bfd_vma addr;
-.  
+.
 .  {* Number of bytes to be deleted.  *}
 .  int size;
 .};
@@ -1545,7 +1545,7 @@ bfd_get_section_contents (bfd *abfd,
          bfd_set_error (bfd_error_invalid_operation);
          return FALSE;
        }
-      
+
       memmove (location, section->contents + offset, (size_t) count);
       return TRUE;
     }
This page took 0.023362 seconds and 4 git commands to generate.