1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Remove trailing whitespace

This commit is contained in:
dmiller
2016-08-29 20:30:26 +00:00
parent 59d9e31ab2
commit 92f52de958
23 changed files with 176 additions and 176 deletions

View File

@@ -189,7 +189,7 @@ Request = {
end,
},
-- The pong message is sent in response to a ping message.
Pong = {
new = function(self)
@@ -207,7 +207,7 @@ Request = {
return bin.pack("<IAII", magic, cmd, len, chksum)
end,
}
}