reformat code

This commit is contained in:
PolynomialDivision 2017-12-21 18:47:11 +01:00
parent 7a7519d420
commit dc26e1a03a
7 changed files with 110 additions and 150 deletions

View file

@ -33,7 +33,7 @@ int setup_broadcast_socket(const char *_broadcast_ip, unsigned short _broadcast_
addr->sin_port = htons(_broadcast_port);
while (bind(sock, (struct sockaddr *) addr, sizeof(*addr)) <
0) {
0) {
fprintf(stderr, "Binding socket failed!\n");
sleep(1);
}