Remove trailing spaces in bfd
[deliverable/binutils-gdb.git] / bfd / vms-alpha.c
index 9576607a07e242b8060adcd90dfc1a7ea8563844..920472abd18cfac6c95c054fd19f586cc55b7129 100644 (file)
@@ -829,7 +829,7 @@ vms_get_remaining_object_record (bfd *abfd, unsigned int read_so_far)
   /* PR 17512: file: 025-1974-0.004.  */
   else if (to_read <= read_so_far)
     return 0;
-  
+
   /* Read the remaining record.  */
   to_read -= read_so_far;
 
This page took 0.023291 seconds and 4 git commands to generate.