whitespace change

This commit is contained in:
batrick 2010-04-08 20:27:05 +00:00
parent 8a26459cfd
commit 0f1b1626c4

View file

@ -799,8 +799,7 @@ return function (hosts)
-- Check portrules for this host.
for port in cnse.ports(host) do
for i, script in ipairs(chosen_scripts) do
local thread = script:new_thread("portrule", tcopy(host),
tcopy(port));
local thread = script:new_thread("portrule", tcopy(host), tcopy(port));
if thread then
local runlevel = thread.runlevel;
if threads[runlevel] == nil then insert(runlevels, runlevel); end