mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 05:09:00 +00:00
Make a tiny whitespace fix.
This commit is contained in:
@@ -1362,7 +1362,7 @@ double UltraScanInfo::getCompletionFraction() {
|
|||||||
double total;
|
double total;
|
||||||
|
|
||||||
/* Add 1 for each completed host. */
|
/* Add 1 for each completed host. */
|
||||||
total= gstats->numtargets - numIncompleteHosts();
|
total = gstats->numtargets - numIncompleteHosts();
|
||||||
/* Get the completion fraction for each incomplete host. */
|
/* Get the completion fraction for each incomplete host. */
|
||||||
for(hostI = incompleteHosts.begin(); hostI != incompleteHosts.end(); hostI++) {
|
for(hostI = incompleteHosts.begin(); hostI != incompleteHosts.end(); hostI++) {
|
||||||
HostScanStats *host = *hostI;
|
HostScanStats *host = *hostI;
|
||||||
|
|||||||
Reference in New Issue
Block a user