mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 19:09:01 +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:
@@ -259,7 +259,7 @@ action = function(host, port)
|
||||
if result.highver ~= result.lowver then
|
||||
port.version.version = ("%s-%s"):format(result.lowver, result.highver)
|
||||
else
|
||||
port.version.version = result.highver
|
||||
port.version.version = result.highver
|
||||
end
|
||||
nmap.set_port_version(host, port, "hardmatched")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user