diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:32:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:32:43 -0700 |
commit | 1b7868733d45220e63b72a1814f30e090f761821 (patch) | |
tree | 3d24590c5f365841d2c9097339fa33b53f1a373a /bfd/versados.c | |
parent | aa91aff6af9f930bb8e9e4fd3dfc852cba8c80d0 (diff) | |
download | gdb-1b7868733d45220e63b72a1814f30e090f761821.zip gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.gz gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.bz2 |
Remove trailing spaces in bfd
Diffstat (limited to 'bfd/versados.c')
-rw-r--r-- | bfd/versados.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/versados.c b/bfd/versados.c index 93a90a7..70e936e 100644 --- a/bfd/versados.c +++ b/bfd/versados.c @@ -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) |