From 0b715fd28c5b3926b511b402b51295c8690992df Mon Sep 17 00:00:00 2001 From: david Date: Thu, 29 Oct 2009 00:46:55 +0000 Subject: [PATCH] Fix some indentation. --- nmap.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nmap.cc b/nmap.cc index 850484acb..65059f836 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1721,11 +1721,11 @@ int nmap_main(int argc, char *argv[]) { if (currenths->flags & HOST_UP && !o.listscan) o.numhosts_up++; - if ((o.noportscan && !o.traceroute + if ((o.noportscan && !o.traceroute #ifndef NOLUA - && !o.script + && !o.script #endif - ) || o.listscan) { + ) || o.listscan) { /* We're done with the hosts */ log_write(LOG_XML, ""); write_host_header(currenths);