Remove trailing whitespace

This commit is contained in:
XANTRONIX Development 2020-07-03 19:03:24 -04:00 committed by XANTRONIX Industrial
parent ab2c283542
commit 3d2922f2a4

View file

@ -173,7 +173,7 @@ static patty_ax25_sock *sock_by_addrpair(patty_dict *dict,
patty_ax25_addr *local,
patty_ax25_addr *remote) {
uint32_t hash;
patty_hash_init(&hash);
patty_ax25_addr_hash(&hash, local);
patty_ax25_addr_hash(&hash, remote);
@ -231,7 +231,7 @@ static int sock_save_by_addr(patty_dict *dict,
hash) == NULL) {
goto error_dict_set_with_hash;
}
return 0;
error_dict_set_with_hash:
@ -251,7 +251,7 @@ static int sock_save_by_addrpair(patty_dict *dict,
hash) == NULL) {
goto error_dict_set_with_hash;
}
return 0;
error_dict_set_with_hash:
@ -941,7 +941,7 @@ static int handle_client(void *key,
goto error_not_implemented;
}
return server_calls[call](server, client);
done: