mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Make a tiny whitespace fix.
This commit is contained in:
parent
debfc5f683
commit
371a19f79a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue