mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-13 21:59:55 +00:00
remove whitespace in mbedtls_ssl_session_msg_layer
to comply with coding style, remove blank new line for alert reset Signed-off-by: Nico Geyso <[email protected]>
This commit is contained in:
@@ -1298,7 +1298,6 @@ void mbedtls_ssl_session_reset_msg_layer(mbedtls_ssl_context *ssl,
|
|||||||
|
|
||||||
ssl->in_fatal_alert_recv = 0;
|
ssl->in_fatal_alert_recv = 0;
|
||||||
ssl->in_fatal_alert_type = 0;
|
ssl->in_fatal_alert_type = 0;
|
||||||
|
|
||||||
ssl->send_alert = 0;
|
ssl->send_alert = 0;
|
||||||
|
|
||||||
/* Reset outgoing message writing */
|
/* Reset outgoing message writing */
|
||||||
|
|||||||
Reference in New Issue
Block a user