From da5a9ecc5243fcfd4464ca19907ce0e98049d97f Mon Sep 17 00:00:00 2001 From: david Date: Tue, 28 Sep 2010 22:30:48 +0000 Subject: [PATCH] Fix some whitespace. --- scripts/nat-pmp-info.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nat-pmp-info.nse b/scripts/nat-pmp-info.nse index eaa51698b..f0764e580 100644 --- a/scripts/nat-pmp-info.nse +++ b/scripts/nat-pmp-info.nse @@ -75,7 +75,7 @@ action = function( host, port ) -- -- Layout of the query for external IP packet -- - local packet = string.char( 0, 0 ) + local packet = string.char( 0, 0 ) status = socket:send( packet ) if( not(status) ) then @@ -95,7 +95,7 @@ action = function( host, port ) if ( not(status) ) then stdnse.print_debug(3, external_ip) end -- set port to open - nmap.set_port_state(host, port, "open") + nmap.set_port_state(host, port, "open") port.version.name = "nat-pmp" nmap.set_port_version(host, port, "hardmatched")