mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Fix coding style of all scripts with Lunadry.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
while true do
|
||||
|
||||
data = io.stdin:read(512)
|
||||
data = io.stdin:read(512)
|
||||
|
||||
if data == nil then
|
||||
break
|
||||
end
|
||||
if data == nil then
|
||||
break
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user