Skip to content

Commit 9f42abd

Browse files
committed
Whitespace fixup
1 parent 0c3e7ee commit 9f42abd

File tree

1 file changed

+4
-4
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi

1 file changed

+4
-4
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ class Console::CommandDispatcher::Stdapi::Sys
3838
#
3939
@@reboot_opts = Rex::Parser::Arguments.new(
4040
"-h" => [ false, "Help menu." ],
41-
"-f" => [ true, "Force a reboot, valid values [1|2]" ])
41+
"-f" => [ true, "Force a reboot, valid values [1|2]" ])
4242

4343
#
4444
# Options used by the 'shutdown' command.
4545
#
4646
@@shutdown_opts = Rex::Parser::Arguments.new(
4747
"-h" => [ false, "Help menu." ],
48-
"-f" => [ true, "Force a shutdown, valid values [1|2]" ])
48+
"-f" => [ true, "Force a shutdown, valid values [1|2]" ])
4949

5050
#
5151
# Options used by the 'reg' command.
@@ -330,7 +330,7 @@ def cmd_kill_help
330330
# @param pids [Array<String>] The pids to validate
331331
# @param allow_pid_0 [Boolean] whether to consider a pid of 0 as valid
332332
# @param allow_session_pid [Boolean] whether to consider a pid = the current session pid as valid
333-
# @return [Array] Returns an array of valid pids
333+
# @return [Array] Returns an array of valid pids
334334

335335
def validate_pids(pids, allow_pid_0 = false, allow_session_pid = false)
336336

@@ -797,7 +797,7 @@ def cmd_suspend(*args)
797797
return true
798798
end
799799

800-
continue = args.delete("-c") || false
800+
continue = args.delete("-c") || false
801801
resume = args.delete("-r") || false
802802

803803
# validate all the proposed pids first so we can bail if one is bogus

0 commit comments

Comments
 (0)