1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-07-18 18:31:41 +02:00

a few trivial whitespace things

git-svn-id: file:///home/svn/framework3/trunk@6228 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
kris 2009-02-15 19:27:53 +00:00
parent b9a8482302
commit aed112ff67
3 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ class Msf::Module::Author
'I)ruid' => 'druid' + 0x40.chr + 'caughq.org',
'egypt' => 'egypt' + 0x40.chr + 'metasploit.com',
'kris' => 'katterjohn' + 0x40.chr + 'gmail.com',
'CG' => 'cg' + 0x40.chr + 'carnal0wnage.com'
'CG' => 'cg' + 0x40.chr + 'carnal0wnage.com'
}
#

View File

@ -13,7 +13,7 @@ module Msf
'Nobody :-)'
]
ARTISTS = [
'Fabrice MOURRON <fab@metasploit.com>',
"Fabrice MOURRON <fab@metasploit.com>",
"H D Moore <hdm@metasploit.com>",
"BRUTE <brute@bruteprop.com>",
"Anonymous",
@ -32,4 +32,4 @@ module Msf
end
end
require 'msf/ui/gtk2/driver'
require 'msf/ui/gtk2/driver'

View File

@ -66,9 +66,9 @@ class OptsConsole
end
end
opts.parse!(args)
options
opts.parse!(args)
options
end
end