mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
parent
64fb5b3482
commit
d36c08dcf5
137 changed files with 3977 additions and 3977 deletions
|
|
@ -45,7 +45,7 @@ action = function(host, port)
|
|||
|
||||
-- ensure that root ends with a trailing slash
|
||||
if ( not(root:match(".*/$")) ) then
|
||||
root = root .. "/"
|
||||
root = root .. "/"
|
||||
end
|
||||
|
||||
-- characters that usernames may begin with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue