From 0f1b1626c455be58431e9b9fdc4b27b26c872429 Mon Sep 17 00:00:00 2001 From: batrick Date: Thu, 8 Apr 2010 20:27:05 +0000 Subject: [PATCH] whitespace change --- nse_main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nse_main.lua b/nse_main.lua index 95f48e1f3..7e0972308 100644 --- a/nse_main.lua +++ b/nse_main.lua @@ -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