Minor whitespace cleanup

This commit is contained in:
dmiller 2014-06-18 17:16:24 +00:00
parent c0873dc81d
commit af57ddfd90

View file

@ -37,7 +37,7 @@ Cisco = {
end,
},
AnyConnect = {
new = function(self, host, port)
@ -46,7 +46,7 @@ Cisco = {
self.__index = self
return o
end,
-- generate a random hex-string of length 'length'
--
generate_random = function(length)
@ -153,4 +153,4 @@ Cisco = {
}
}
return _ENV
return _ENV