Remove trailing spaces in bfd
[deliverable/binutils-gdb.git] / bfd / versados.c
index 93a90a7c19e36253cb4d42e7063491e6cfc7753a..70e936ed7c03e8863f6ebe6c322278843a0c71fd 100644 (file)
@@ -381,11 +381,11 @@ process_otr (bfd *abfd, struct ext_otr *otr, int pass)
   /* PR 17512: file: ac7da425.  */
   if (otr->esdid == 0)
     return;
-  
+
   esdid = &EDATA (abfd, otr->esdid - 1);
   contents = esdid->contents;
   dst_idx = esdid->pc;
-  
+
   for (shift = ((unsigned long) 1 << 31); shift && srcp < endp; shift >>= 1)
     {
       if (bits & shift)
This page took 0.026525 seconds and 4 git commands to generate.