fix trailing whitespace

this commit got dropped during landing
bug/bundler_fix
David Maloney 2016-09-30 14:30:31 -05:00
parent 72bd75e681
commit 3f9540d906
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
1 changed files with 1 additions and 2 deletions

View File

@ -24,11 +24,10 @@ class MetasploitModule < Msf::Encoder::Xor
}
)
end
# Indicate that this module can preserve some registers
# ...which is currently not true. This is a temp fix
# until the full preserve_registers functionality is
# implemented.
# implemented.
def can_preserve_registers?
true
end