Tabs to spaces.

This commit is contained in:
david 2013-06-19 15:19:09 +00:00
parent 18bbf3e714
commit d1eae0196a

View file

@ -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) {