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

@ -238,7 +238,7 @@ int send_string_enc(char *msg) {
}
void close_socket() {
if(multicast_socket){
if (multicast_socket) {
remove_multicast_socket(sock);
}
close(sock);