Whitespace at EOL

This commit is contained in:
James Lee 2013-03-07 18:16:57 -06:00
parent 164cf3f968
commit b7dfb9b922
1 changed files with 1 additions and 1 deletions

2
rop.rb
View File

@ -217,7 +217,7 @@ class RopCollect < RopBase
# get raw bytes
buf = @disassembler.read_raw_data(addr, x + xtra)
# make sure disassembling forward leads to our instruction
next if not ends_with_addr(buf, addr, ea)