mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Tabs to spaces.
This commit is contained in:
parent
18bbf3e714
commit
d1eae0196a
1 changed files with 2 additions and 2 deletions
|
|
@ -722,9 +722,9 @@ int main(int argc, char *argv[])
|
|||
; /* Do nothing. */
|
||||
#endif
|
||||
else if (targetss.storage.ss_family == AF_UNSPEC)
|
||||
; /* Leave unspecified. */
|
||||
; /* Leave unspecified. */
|
||||
else
|
||||
bye("Unknown address family %d.", targetss.storage.ss_family);
|
||||
bye("Unknown address family %d.", targetss.storage.ss_family);
|
||||
|
||||
if (srcport != -1) {
|
||||
if (o.listen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue