From 3d2922f2a4bddba2a7e7b301cb3ca2d36c6a583a Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Fri, 3 Jul 2020 19:03:24 -0400 Subject: [PATCH] Remove trailing whitespace --- src/server.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/server.c b/src/server.c index 0d5d8b3..0cdc4bd 100644 --- a/src/server.c +++ b/src/server.c @@ -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: