Whitespace.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4230 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-03-17 22:57:18 +00:00
parent 54dde76a8a
commit bdac0c7879
4 changed files with 5 additions and 6 deletions

View File

@ -335,7 +335,7 @@ static void _tf_ssb_add_debug_close(tf_ssb_t* ssb, tf_ssb_connection_t* connecti
{
ssb->debug_close[i] = ssb->debug_close[i - 1];
}
tf_ssb_id_bin_to_str(ssb->debug_close[0].id, sizeof(ssb->debug_close[0].id), connection->serverpub);
if (connection->tunnel_connection)
{
@ -444,7 +444,7 @@ static void _tf_ssb_write(tf_ssb_connection_t* connection, void* data, size_t si
tf_ssb_connection_rpc_send(
connection->tunnel_connection,
k_ssb_rpc_flag_binary | k_ssb_rpc_flag_stream,
-connection->tunnel_request_number,
-connection->tunnel_request_number,
data,
size,
NULL,
@ -3192,7 +3192,6 @@ void tf_ssb_notify_message_added(tf_ssb_t* ssb, const char* id)
NULL,
NULL,
NULL);
}
}