mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
Fix coding style of all scripts with Lunadry.
This commit is contained in:
parent
02b7b0ac8e
commit
d68d608d7d
6 changed files with 34 additions and 34 deletions
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
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
|
||||
|
||||
io.stdout:write(data)
|
||||
io.stdout:flush()
|
||||
io.stdout:write(data)
|
||||
io.stdout:flush()
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue