mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 05:09:14 +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:
@@ -67,7 +67,7 @@ action = function(host, port)
|
||||
socket:close()
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
socket:close();
|
||||
|
||||
return true, "Server supports SSHv1"
|
||||
|
||||
Reference in New Issue
Block a user