EOL whitespace, yo.

unstable
Tod Beardsley 2013-01-29 14:22:19 -06:00
parent 6002e35460
commit aaf18f0257
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class Metasploit3 < Msf::Exploit::Local
pids = []
procs.each do |p|
found_pid = p['pid']
found_pid = p['pid']
return true if found_pid == pid
end
@ -173,4 +173,4 @@ class Metasploit3 < Msf::Exploit::Local
end
end
end
end