1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Make a tiny whitespace fix.

This commit is contained in:
david
2008-08-16 01:12:36 +00:00
parent debfc5f683
commit 371a19f79a

View File

@@ -1362,7 +1362,7 @@ double UltraScanInfo::getCompletionFraction() {
double total;
/* Add 1 for each completed host. */
total= gstats->numtargets - numIncompleteHosts();
total = gstats->numtargets - numIncompleteHosts();
/* Get the completion fraction for each incomplete host. */
for(hostI = incompleteHosts.begin(); hostI != incompleteHosts.end(); hostI++) {
HostScanStats *host = *hostI;