mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
reformat code
This commit is contained in:
parent
7a7519d420
commit
dc26e1a03a
7 changed files with 110 additions and 150 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue