1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

fix indentation

ok krw@ millert@
This commit is contained in:
jsg 2018-09-20 11:42:42 +00:00
parent 43ddfbdb2d
commit a4fff7c6b1

View File

@ -1,4 +1,4 @@
/* $OpenBSD: main.c,v 1.42 2018/04/26 12:42:51 guenther Exp $ */
/* $OpenBSD: main.c,v 1.43 2018/09/20 11:42:42 jsg Exp $ */
/* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */
/*
@ -252,7 +252,7 @@ setpeer(char *host, char *port)
sizeof(hostname));
} else
(void)strlcpy(hostname, host, sizeof(hostname));
connected = 1;
connected = 1;
}
freeaddrinfo(res0);
}