From 541d49980b5987f4d72fe121936eebbbf1b44fd0 Mon Sep 17 00:00:00 2001 From: d33tah Date: Sun, 15 Sep 2013 15:44:56 +0000 Subject: [PATCH] Whitespace. --- ncat/scripts/httpd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncat/scripts/httpd.lua b/ncat/scripts/httpd.lua index 2dcae0d4b..25014c769 100644 --- a/ncat/scripts/httpd.lua +++ b/ncat/scripts/httpd.lua @@ -340,7 +340,7 @@ resource = url_decode(resource) --make sure that the resource starts with a slash. if resource:sub(0, 1) ~= '/' then - do_400() --could probably use a fancier error here. + do_400() --could probably use a fancier error here. end if not is_path_valid(resource) then