white space police

This commit is contained in:
Matthieu Herrb 2018-07-18 19:04:42 +02:00
parent 4a15bdac0a
commit 0153b223c0

View file

@ -89,7 +89,7 @@ main(int argc, char *argv[])
struct tm *tm; struct tm *tm;
struct pollfd pfd[1]; struct pollfd pfd[1];
socklen_t addrlen; socklen_t addrlen;
long interval = 100; /* default interval (ms) */ long interval = 100; /* default interval (ms) */
long timeout = 500; /* default timeout (ms) */ long timeout = 500; /* default timeout (ms) */
int ch; int ch;
int nfds, received = 0; int nfds, received = 0;
@ -178,7 +178,7 @@ main(int argc, char *argv[])
else else
ch = IP_PMTUDISC_DONT; ch = IP_PMTUDISC_DONT;
if (setsockopt(sock, IPPROTO_IP, IP_MTU_DISCOVER, &ch, sizeof(ch)) < 0) if (setsockopt(sock, IPPROTO_IP, IP_MTU_DISCOVER, &ch, sizeof(ch)) < 0)
err(2, "setsockopt IP_MTU_DISCOVER"); err(2, "setsockopt IP_MTU_DISCOVER");
#endif #endif
signal(SIGALRM, send_packet); signal(SIGALRM, send_packet);
signal(SIGINT, sigint_handler); signal(SIGINT, sigint_handler);