mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:25:47 +01:00
Style: Add empty line before comment in UDP proxy code
This commit is contained in:
parent
d58477769d
commit
cf469458ca
@ -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++ )
|
||||
|
Loading…
Reference in New Issue
Block a user