From ffa9178f2b392476b1d01da1147ff02d81959cf7 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 8 Aug 2009 20:03:45 +0000 Subject: [PATCH] One more whitespace change in x11-access.nse. --- scripts/x11-access.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/x11-access.nse b/scripts/x11-access.nse index 78ba2639f..730fca006 100644 --- a/scripts/x11-access.nse +++ b/scripts/x11-access.nse @@ -20,7 +20,7 @@ author = "vladz " license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "safe"} -portrule = function( host, port ) +portrule = function(host, port) return ((port.number >= 6000 and port.number <= 6009) or string.match(port.service, "^X11")) -- If port.version.product is not equal to nil, version