From e6c8691007910b4e5657b4529220ceddf1b6df03 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 29 Dec 2010 18:46:20 +0000 Subject: [PATCH] Whitespace in gopher-ls.nse. --- scripts/gopher-ls.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gopher-ls.nse b/scripts/gopher-ls.nse index 304c1bb26..36fe8f5fe 100644 --- a/scripts/gopher-ls.nse +++ b/scripts/gopher-ls.nse @@ -52,7 +52,7 @@ action = function( host, port ) table.insert(files, string.format("%s %s", typelabel(type), label)) end end - line = buffer() + line = buffer() end return "\n" .. stdnse.strjoin("\n", files) end