mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user