From a4237019ac53c85e06bda671047296a7d438cb89 Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 5 Aug 2018 21:30:42 +0000 Subject: [PATCH] Fixes indentation --- scripts/whois-ip.nse | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/whois-ip.nse b/scripts/whois-ip.nse index e5afb9cf4..edf12bc83 100644 --- a/scripts/whois-ip.nse +++ b/scripts/whois-ip.nse @@ -1143,9 +1143,9 @@ function smallest_range( range_1, range_2 ) local r2_first, r2_last = ipOps.get_ips_from_range( range_2.range ) if range_1.pointer - and ipOps.compare_ip( r1_first, "eq", r2_first ) - and ipOps.compare_ip( r1_last, "eq", r2_last ) - and range_1.pointer < range_2.pointer then + and ipOps.compare_ip( r1_first, "eq", r2_first ) + and ipOps.compare_ip( r1_last, "eq", r2_last ) + and range_1.pointer < range_2.pointer then sorted = false end