Skip to content

Commit 3f9540d

Browse files
David MaloneyDavid Maloney
authored andcommitted
fix trailing whitespace
this commit got dropped during landing
1 parent 72bd75e commit 3f9540d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/encoders/x64/xor.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ def initialize
2424
}
2525
)
2626
end
27-
2827
# Indicate that this module can preserve some registers
2928
# ...which is currently not true. This is a temp fix
3029
# until the full preserve_registers functionality is
31-
# implemented.
30+
# implemented.
3231
def can_preserve_registers?
3332
true
3433
end

0 commit comments

Comments
 (0)