Skip to content

Commit

Permalink
Update library/debug.c
Browse files Browse the repository at this point in the history
Fix trailing white-space

Signed-off-by: Dave Rodgman <[email protected]>
  • Loading branch information
daverodgman committed May 16, 2023
1 parent afbaac2 commit 40fe1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void mbedtls_debug_print_msg(const mbedtls_ssl_context *ssl, int level,
str[ret] = '\n';
str[ret + 1] = '\0';
}
else
else
{
str[DEBUG_BUF_SIZE - 2] = '\n';
}
Expand Down

0 comments on commit 40fe1cd

Please sign in to comment.