Remove trailing whitespace
This commit is contained in:
parent
ab2c283542
commit
3d2922f2a4
1 changed files with 4 additions and 4 deletions
|
@ -173,7 +173,7 @@ static patty_ax25_sock *sock_by_addrpair(patty_dict *dict,
|
||||||
patty_ax25_addr *local,
|
patty_ax25_addr *local,
|
||||||
patty_ax25_addr *remote) {
|
patty_ax25_addr *remote) {
|
||||||
uint32_t hash;
|
uint32_t hash;
|
||||||
|
|
||||||
patty_hash_init(&hash);
|
patty_hash_init(&hash);
|
||||||
patty_ax25_addr_hash(&hash, local);
|
patty_ax25_addr_hash(&hash, local);
|
||||||
patty_ax25_addr_hash(&hash, remote);
|
patty_ax25_addr_hash(&hash, remote);
|
||||||
|
@ -231,7 +231,7 @@ static int sock_save_by_addr(patty_dict *dict,
|
||||||
hash) == NULL) {
|
hash) == NULL) {
|
||||||
goto error_dict_set_with_hash;
|
goto error_dict_set_with_hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
error_dict_set_with_hash:
|
error_dict_set_with_hash:
|
||||||
|
@ -251,7 +251,7 @@ static int sock_save_by_addrpair(patty_dict *dict,
|
||||||
hash) == NULL) {
|
hash) == NULL) {
|
||||||
goto error_dict_set_with_hash;
|
goto error_dict_set_with_hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
error_dict_set_with_hash:
|
error_dict_set_with_hash:
|
||||||
|
@ -941,7 +941,7 @@ static int handle_client(void *key,
|
||||||
|
|
||||||
goto error_not_implemented;
|
goto error_not_implemented;
|
||||||
}
|
}
|
||||||
|
|
||||||
return server_calls[call](server, client);
|
return server_calls[call](server, client);
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
|
Loading…
Add table
Reference in a new issue