Skip to content

Commit 7196ca5

Browse files
committed
Fix bad indent
1 parent 7aa6776 commit 7196ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/post/multi/gather/ping_sweep.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ def run
8585
a << framework.threads.spawn("Module(#{self.refname})", false, iplst.shift) do |ip_add|
8686
next if ip_add.nil?
8787
if platform =~ /solaris/i
88-
r = cmd_exec(cmd, "-n #{ip_add} 1")
88+
r = cmd_exec(cmd, "-n #{ip_add} 1")
8989
else
90-
r = cmd_exec(cmd, count + ip_add)
90+
r = cmd_exec(cmd, count + ip_add)
9191
end
9292
if r =~ /(TTL|Alive)/i
9393
print_status "\t#{ip_add} host found"

0 commit comments

Comments
 (0)