mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem. https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -48,7 +48,7 @@ portrule = shortport.http
|
||||
|
||||
action = function(host, port)
|
||||
|
||||
if(not nmap.registry.userdir) then
|
||||
if(not nmap.registry.userdir) then
|
||||
init()
|
||||
end
|
||||
local usernames = nmap.registry.userdir
|
||||
|
||||
Reference in New Issue
Block a user