mirror of
https://github.com/nmap/nmap.git
synced 2026-01-29 01:29:22 +00:00
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -30,12 +30,12 @@ categories = {"auth", "default", "safe"}
|
||||
|
||||
|
||||
postrule = function()
|
||||
local all = creds.Credentials:new(creds.ALL_DATA)
|
||||
local tab = all:getTable()
|
||||
if ( tab and #tab > 0 ) then return true end
|
||||
local all = creds.Credentials:new(creds.ALL_DATA)
|
||||
local tab = all:getTable()
|
||||
if ( tab and #tab > 0 ) then return true end
|
||||
end
|
||||
|
||||
action = function()
|
||||
local all = creds.Credentials:new(creds.ALL_DATA)
|
||||
return (all and tostring(all) or nil)
|
||||
local all = creds.Credentials:new(creds.ALL_DATA)
|
||||
return (all and tostring(all) or nil)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user