mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Minor whitespace cleanup
This commit is contained in:
@@ -37,7 +37,7 @@ Cisco = {
|
|||||||
end,
|
end,
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
AnyConnect = {
|
AnyConnect = {
|
||||||
|
|
||||||
new = function(self, host, port)
|
new = function(self, host, port)
|
||||||
@@ -46,7 +46,7 @@ Cisco = {
|
|||||||
self.__index = self
|
self.__index = self
|
||||||
return o
|
return o
|
||||||
end,
|
end,
|
||||||
|
|
||||||
-- generate a random hex-string of length 'length'
|
-- generate a random hex-string of length 'length'
|
||||||
--
|
--
|
||||||
generate_random = function(length)
|
generate_random = function(length)
|
||||||
@@ -153,4 +153,4 @@ Cisco = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return _ENV
|
return _ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user