1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

Improved a couple of indents which I messed-up in the last commit.

This commit is contained in:
jah
2009-05-12 23:36:40 +00:00
parent 66fc9a039e
commit e8f696571e

View File

@@ -378,7 +378,7 @@ int TargetGroup::get_next_host(struct sockaddr_storage *ss, size_t *sslen) {
struct sockaddr_in *sin = (struct sockaddr_in *) ss;
struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) ss;
startover: /* to handle nmap --resume where I have already
scanned many of the IPs */
* scanned many of the IPs */
assert(ss);
assert(sslen);