White space fix

This commit is contained in:
Matthieu Herrb 2013-04-06 16:25:30 +02:00
parent 709c2f01a1
commit 3e9361d58a

11
echoc.c
View file

@ -36,12 +36,13 @@ struct sockaddr *server;
socklen_t serverlen; socklen_t serverlen;
unsigned int seq = 0; unsigned int seq = 0;
static void static void
usage(void) usage(void)
{ {
errx(2, "usage: echoc [-c nbr][-i ms][-t ms][-v] server"); errx(2, "usage: echoc [-c nbr][-i ms][-t ms][-v] server");
} }
static void
static void
send_packet(int unused) send_packet(int unused)
{ {
if (sendto(sock, &seq, sizeof(seq), 0, server, if (sendto(sock, &seq, sizeof(seq), 0, server,