1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Style: Add empty line before comment in UDP proxy code

This commit is contained in:
Hanno Becker
2018-08-28 10:09:47 +01:00
parent d58477769d
commit cf469458ca

View File

@@ -663,6 +663,7 @@ int handle_message( const char *way,
delay_list = opt.delay_srv;
delay_list_len = opt.delay_srv_cnt;
}
/* Check if message type is in the list of messages
* that should be delayed */
for( delay_idx = 0; delay_idx < delay_list_len; delay_idx++ )