Skip to content

Commit 8acabe4

Browse files
author
Tod Beardsley
committed
Trailing whitespace fixup
1 parent ca8dacb commit 8acabe4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/post/osx/capture/keylog_recorder.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ def initialize(info={})
4646

4747
register_options(
4848
[
49-
OptInt.new('DURATION',
49+
OptInt.new('DURATION',
5050
[ true, 'The duration in seconds.', 600 ]
5151
),
52-
OptInt.new('SYNCWAIT',
52+
OptInt.new('SYNCWAIT',
5353
[ true, 'The time between transferring log chunks.', 10 ]
5454
),
55-
OptPort.new('LOGPORT',
55+
OptPort.new('LOGPORT',
5656
[ false, 'Local port opened for momentarily for log transfer', 22899 ]
5757
)
5858
]

modules/post/osx/manage/record_mic.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info={})
3838
register_options(
3939
[
4040
OptInt.new('MIC_INDEX', [true, 'The index of the mic to use. `set ACTION LIST` to get a list.', 0]),
41-
OptString.new('TMP_FILE',
41+
OptString.new('TMP_FILE',
4242
[true, 'The tmp file to use on the remote machine', '/tmp/.<random>/<random>']
4343
),
4444
OptString.new('AUDIO_COMPRESSION',
@@ -98,7 +98,7 @@ def run
9898
tmp_file = File.join(File.dirname(tmp_file), base+num+'.'+ext)
9999
# store contents in file
100100
title = "OSX Mic Recording "+i.to_s
101-
f = store_loot(title, "audio/quicktime", session, contents,
101+
f = store_loot(title, "audio/quicktime", session, contents,
102102
"osx_mic_rec#{i}.qt", title)
103103
print_good "Record file captured and saved to #{f}"
104104
print_status "Rolling record file. "

0 commit comments

Comments
 (0)