From e2b7bbc35687bf908b16d7c1886a223e5719ed3b Mon Sep 17 00:00:00 2001 From: batrick Date: Tue, 2 Jun 2009 05:28:58 +0000 Subject: [PATCH] Fixed some inconsistent formatting. --- nse_main.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nse_main.lua b/nse_main.lua index 46ec7aab9..54bd0ba5c 100644 --- a/nse_main.lua +++ b/nse_main.lua @@ -395,10 +395,10 @@ local function run (threads) -- yielded until Nsock wakes them. After being awakened with -- nse_restore, waiting threads become pending and later are moved all -- at once back to running. - local running, waiting, pending = {}, {}, {} + local running, waiting, pending = {}, {}, {}; -- hosts maps a host to a list of threads for that host. - local hosts, total = {}, 0 - local current + local hosts, total = {}, 0; + local current; local progress = cnse.scan_progress_meter(NAME); print_debug(1, "NSE Script Threads (%d) running:", #threads);