mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 20:09:02 +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:
@@ -60,7 +60,7 @@ action = function( host, port )
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
socket:send("\r\n")
|
||||
|
||||
local buffer, _ = stdnse.make_buffer(socket, "\r\n")
|
||||
|
||||
Reference in New Issue
Block a user