From a652d29ac65e6b03dd11db20b5b4301b22e8c2a1 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 25 Jul 2011 23:33:16 +0000 Subject: [PATCH] Whitespace. --- scripts/http-date.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-date.nse b/scripts/http-date.nse index 698bddc1d..e2f665a84 100644 --- a/scripts/http-date.nse +++ b/scripts/http-date.nse @@ -21,7 +21,7 @@ require("http") require("shortport") require("stdnse") -portrule = shortport.http +portrule = shortport.http action = function(host, port) -- Get the local date in UTC.