Adjust spacing in sample programs

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster
2024-06-12 00:05:25 +02:00
committed by Minos Galanakis
parent 6fa32fd12d
commit 82984bc1be
9 changed files with 53 additions and 53 deletions

View File

@@ -664,8 +664,8 @@ static unsigned char held[2048] = { 0 };
#define HOLD_MAX 2
static int handle_message(const char *way,
mbedtls_net_context *dst,
mbedtls_net_context *src)
mbedtls_net_context *dst,
mbedtls_net_context *src)
{
int ret;
packet cur;